#81C220

Color #81C220 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #81C220

Tints of Lima #81C220

Color information

#81C220 (or 0x81C220) is unknown color: approx Lima. HEX triplet: 81, C2 and 20. RGB value is (129,194,32). Sum of RGB (Red+Green+Blue) = 129+194+32=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #81C220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C220 is #7E3DDF. Grayscale: #9C9C9C. Windows color (decimal): -8273376 or 2146945. OLE color: 2146945.

HSL color Cylindrical-coordinate representation of color #81C220: hue angle of 84.07º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81C220 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB12919432-
CMYK0.3400.840.24
HSL84.07º71.68%44.31%-
HSV(B)84.07º83.51%76.08%-
XYZ28.6143.358.23-
YUV156.157.97108.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 194 (76.17% from 255) = 54.65%
BLUE value IS 32 (12.89% from 255) = 9.01%
R=36.34%
G=54.65%
B=9.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129194320.3400.840.2484.0771.6844.31
Hex81C220220541854482c
Octal201302404201243012411054
Binary1000000111000010100000100010010101001100010101001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81C220;
 }
 .AnyTagClassName
 {
   color: #81C220;
 }
</style>
background-color css

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

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

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

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

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

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