Html Css Color HEX #81BF20 Lima

📋 copy color: '#81BF20'

red 129 ◦ green 191 ◦ blue 32

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

Shades of Lima #81BF20

Tints of Lima #81BF20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.09%

R = 36.65%
G = 54.26%
B = 9.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#81BF20 (or 0x81BF20) is known color: Lima. HEX triplet: 81, BF and 20. RGB value is (129,191,32). Sum of RGB (Red+Green+Blue) = 129+191+32=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BF20 is #7E40DF. Grayscale: #9A9A9A. Windows color (decimal): -8274144 or 2146177. OLE color: 2146177.

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

Color convert

RGB 129 191 32 -
CMYK 0.32 0 0.83 0.25
HSL 83.4º 0.71% 0.44% -
HSV(B) 83.4º 0.83% 0.75% -
XYZ 27.94 42.03 8.01 -
YUV 154.34 58.96 109.93 -
System Red Green Blue C M Y K H S L
Decimal 129 191 32 0.32 0 0.83 0.25 83.4 0.71 0.44
Hex 81 BF 20 20 0 53 19 53 47 2C
Octal 201 277 40 40 0 123 31 123 107 54
Binary 10000001 10111111 100000 100000 0 1010011 11001 1010011 1000111 101100

Color Harmonies of #81BF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BF20

Black with #81BF20

Text Example


Text Example

White with #81BF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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