Html Css Color HEX #81B210 Lima

📋 copy color: '#81B210'

red 129 ◦ green 178 ◦ blue 16

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

Shades of Lima #81B210

Tints of Lima #81B210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.11%

 BLUE value IS 16 (6.64% from 255) = 4.95%

R = 39.94%
G = 55.11%
B = 4.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#81B210 (or 0x81B210) is known color: Lima. HEX triplet: 81, B2 and 10. RGB value is (129,178,16). Sum of RGB (Red+Green+Blue) = 129+178+16=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 178 (69.92% from 255 or 55.11% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 178 - color contains mainly: green. Hex color #81B210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81B210 is #7E4DEF. Grayscale: #919191. Windows color (decimal): -8277488 or 1094273. OLE color: 1094273.

HSL color Cylindrical-coordinate representation of color #81B210: hue angle of 78.15º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81B210 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 178 16 -
CMYK 0.28 0 0.91 0.30
HSL 78.15º 0.84% 0.38% -
HSV(B) 78.15º 0.91% 0.7% -
XYZ 25.07 36.55 6.22 -
YUV 144.88 55.27 116.67 -
System Red Green Blue C M Y K H S L
Decimal 129 178 16 0.28 0 0.91 0.30 78.15 0.84 0.38
Hex 81 B2 10 1C 0 5B 1E 4E 54 26
Octal 201 262 20 34 0 133 36 116 124 46
Binary 10000001 10110010 10000 11100 0 1011011 11110 1001110 1010100 100110

Color Harmonies of #81B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B210

Black with #81B210

Text Example


Text Example

White with #81B210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,178,16); }

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

background-color css

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

 a { background-color: rgb(129,178,16); }

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

border-color css

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

 span { border-color: rgb(129,178,16); }

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