Html Css Color HEX #81B220 Lima

📋 copy color: '#81B220'

red 129 ◦ green 178 ◦ blue 32

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

Shades of Lima #81B220

Tints of Lima #81B220

RGB

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

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

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

R = 38.05%
G = 52.51%
B = 9.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#81B220 (or 0x81B220) is known color: Lima. HEX triplet: 81, B2 and 20. RGB value is (129,178,32). Sum of RGB (Red+Green+Blue) = 129+178+32=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #81B220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81B220 is #7E4DDF. Grayscale: #939393. Windows color (decimal): -8277472 or 2142849. OLE color: 2142849.

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

Color convert

RGB 129 178 32 -
CMYK 0.28 0 0.82 0.30
HSL 80.14º 0.7% 0.41% -
HSV(B) 80.14º 0.82% 0.7% -
XYZ 25.23 36.61 7.1 -
YUV 146.71 63.27 115.37 -
System Red Green Blue C M Y K H S L
Decimal 129 178 32 0.28 0 0.82 0.30 80.14 0.7 0.41
Hex 81 B2 20 1C 0 52 1E 50 46 29
Octal 201 262 40 34 0 122 36 120 106 51
Binary 10000001 10110010 100000 11100 0 1010010 11110 1010000 1000110 101001

Color Harmonies of #81B220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B220

Black with #81B220

Text Example


Text Example

White with #81B220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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