Html Css Color HEX #81BF42 Mantis

📋 copy color: '#81BF42'

red 129 ◦ green 191 ◦ blue 66

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

Shades of Mantis #81BF42

Tints of Mantis #81BF42

RGB

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

 GREEN value IS 191 (75% from 255) = 49.48%

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

R = 33.42%
G = 49.48%
B = 17.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#81BF42 (or 0x81BF42) is known color: Mantis. HEX triplet: 81, BF and 42. RGB value is (129,191,66). Sum of RGB (Red+Green+Blue) = 129+191+66=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BF42 is #7E40BD. Grayscale: #9E9E9E. Windows color (decimal): -8274110 or 4374401. OLE color: 4374401.

HSL color Cylindrical-coordinate representation of color #81BF42: hue angle of 89.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81BF42 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 191 66 -
CMYK 0.32 0 0.65 0.25
HSL 89.76º 0.49% 0.5% -
HSV(B) 89.76º 0.65% 0.75% -
XYZ 28.67 42.32 11.81 -
YUV 158.21 75.96 107.16 -
System Red Green Blue C M Y K H S L
Decimal 129 191 66 0.32 0 0.65 0.25 89.76 0.49 0.5
Hex 81 BF 42 20 0 41 19 5A 31 32
Octal 201 277 102 40 0 101 31 132 61 62
Binary 10000001 10111111 1000010 100000 0 1000001 11001 1011010 110001 110010

Color Harmonies of #81BF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BF42

Black with #81BF42

Text Example


Text Example

White with #81BF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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