Html Css Color HEX #81C242 Mantis

📋 copy color: '#81C242'

red 129 ◦ green 194 ◦ blue 66

#81C242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #81C242

Tints of Mantis #81C242

RGB

 RED value IS 129 (50.78% from 255) = 33.16%

 GREEN value IS 194 (76.17% from 255) = 49.87%

 BLUE value IS 66 (26.17% from 255) = 16.97%

R = 33.16%
G = 49.87%
B = 16.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#81C242 (or 0x81C242) is known color: Mantis. HEX triplet: 81, C2 and 42. RGB value is (129,194,66). Sum of RGB (Red+Green+Blue) = 129+194+66=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #81C242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C242 is #7E3DBD. Grayscale: #A0A0A0. Windows color (decimal): -8273342 or 4375169. OLE color: 4375169.

HSL color Cylindrical-coordinate representation of color #81C242: hue angle of 90.47º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81C242 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 194 66 -
CMYK 0.34 0 0.66 0.24
HSL 90.47º 0.51% 0.51% -
HSV(B) 90.47º 0.66% 0.76% -
XYZ 29.33 43.64 12.03 -
YUV 159.97 74.97 105.91 -
System Red Green Blue C M Y K H S L
Decimal 129 194 66 0.34 0 0.66 0.24 90.47 0.51 0.51
Hex 81 C2 42 22 0 42 18 5A 33 33
Octal 201 302 102 42 0 102 30 132 63 63
Binary 10000001 11000010 1000010 100010 0 1000010 11000 1011010 110011 110011

Color Harmonies of #81C242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C242

Black with #81C242

Text Example


Text Example

White with #81C242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81C242; }

 p { color: rgb(129,194,66); }

 H1.HeaderClassName
 {
   color: #81C242;
 }
 .AnyTagClassName
 {
   color: #81C242;
 }
</style>

background-color css

<style>
 a { background-color: #81C242; }

 a { background-color: rgb(129,194,66); }

 div.DivClassName
 {
   background-color: #81C242;
 }
 .BgClassName
 {
   background-color: #81C242;
 }
</style>

border-color css

<style>
 span { border-color: #81C242; }

 span { border-color: rgb(129,194,66); }

 td.TdClassName
 {
   border-color: #81C242;
 }
 .TagClassName
 {
   border-color: #81C242;
 }
</style>