Html Css Color HEX #81BF41 Mantis

📋 copy color: '#81BF41'

red 129 ◦ green 191 ◦ blue 65

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

Shades of Mantis #81BF41

Tints of Mantis #81BF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.88%

R = 33.51%
G = 49.61%
B = 16.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#81BF41 (or 0x81BF41) is known color: Mantis. HEX triplet: 81, BF and 41. RGB value is (129,191,65). Sum of RGB (Red+Green+Blue) = 129+191+65=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BF41 is #7E40BE. Grayscale: #9E9E9E. Windows color (decimal): -8274111 or 4308865. OLE color: 4308865.

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

Color convert

RGB 129 191 65 -
CMYK 0.32 0 0.66 0.25
HSL 89.52º 0.5% 0.5% -
HSV(B) 89.52º 0.66% 0.75% -
XYZ 28.64 42.31 11.66 -
YUV 158.1 75.46 107.25 -
System Red Green Blue C M Y K H S L
Decimal 129 191 65 0.32 0 0.66 0.25 89.52 0.5 0.5
Hex 81 BF 41 20 0 42 19 5A 32 32
Octal 201 277 101 40 0 102 31 132 62 62
Binary 10000001 10111111 1000001 100000 0 1000010 11001 1011010 110010 110010

Color Harmonies of #81BF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BF41

Black with #81BF41

Text Example


Text Example

White with #81BF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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