Html Css Color HEX #81CB42 Mantis

📋 copy color: '#81CB42'

red 129 ◦ green 203 ◦ blue 66

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

Shades of Mantis #81CB42

Tints of Mantis #81CB42

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.01%

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

R = 32.41%
G = 51.01%
B = 16.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#81CB42 (or 0x81CB42) is known color: Mantis. HEX triplet: 81, CB and 42. RGB value is (129,203,66). Sum of RGB (Red+Green+Blue) = 129+203+66=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CB42 is #7E34BD. Grayscale: #A5A5A5. Windows color (decimal): -8271038 or 4377473. OLE color: 4377473.

HSL color Cylindrical-coordinate representation of color #81CB42: hue angle of 92.41º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81CB42 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 203 66 -
CMYK 0.36 0 0.67 0.20
HSL 92.41º 0.57% 0.53% -
HSV(B) 92.41º 0.67% 0.8% -
XYZ 31.39 47.77 12.72 -
YUV 165.26 71.98 102.14 -
System Red Green Blue C M Y K H S L
Decimal 129 203 66 0.36 0 0.67 0.20 92.41 0.57 0.53
Hex 81 CB 42 24 0 43 14 5C 39 35
Octal 201 313 102 44 0 103 24 134 71 65
Binary 10000001 11001011 1000010 100100 0 1000011 10100 1011100 111001 110101

Color Harmonies of #81CB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CB42

Black with #81CB42

Text Example


Text Example

White with #81CB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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