Html Css Color HEX #81BB17 Lima

📋 copy color: '#81BB17'

red 129 ◦ green 187 ◦ blue 23

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

Shades of Lima #81BB17

Tints of Lima #81BB17

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.16%

 BLUE value IS 23 (9.38% from 255) = 6.78%

R = 38.05%
G = 55.16%
B = 6.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#81BB17 (or 0x81BB17) is known color: Lima. HEX triplet: 81, BB and 17. RGB value is (129,187,23). Sum of RGB (Red+Green+Blue) = 129+187+23=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BB17 is #7E44E8. Grayscale: #979797. Windows color (decimal): -8275177 or 1555329. OLE color: 1555329.

HSL color Cylindrical-coordinate representation of color #81BB17: hue angle of 81.22º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81BB17 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 187 23 -
CMYK 0.31 0 0.88 0.27
HSL 81.22º 0.78% 0.41% -
HSV(B) 81.22º 0.88% 0.73% -
XYZ 26.98 40.27 7.16 -
YUV 150.96 55.78 112.34 -
System Red Green Blue C M Y K H S L
Decimal 129 187 23 0.31 0 0.88 0.27 81.22 0.78 0.41
Hex 81 BB 17 1F 0 58 1B 51 4E 29
Octal 201 273 27 37 0 130 33 121 116 51
Binary 10000001 10111011 10111 11111 0 1011000 11011 1010001 1001110 101001

Color Harmonies of #81BB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BB17

Black with #81BB17

Text Example


Text Example

White with #81BB17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,187,23); }

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

background-color css

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

 a { background-color: rgb(129,187,23); }

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

border-color css

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

 span { border-color: rgb(129,187,23); }

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