#81C427

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

Shades of Lima #81C427

Tints of Lima #81C427

Color information

#81C427 (or 0x81C427) is unknown color: approx Lima. HEX triplet: 81, C4 and 27. RGB value is (129,196,39). Sum of RGB (Red+Green+Blue) = 129+196+39=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 196 (76.95% from 255 or 53.85% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 196 - color contains mainly: green. Hex color #81C427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C427 is #7E3BD8. Grayscale: #9E9E9E. Windows color (decimal): -8272857 or 2606209. OLE color: 2606209.

HSL color Cylindrical-coordinate representation of color #81C427: hue angle of 85.61º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81C427 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB12919639-
CMYK0.3400.800.23
HSL85.61º66.81%46.08%-
HSV(B)85.61º80.1%76.86%-
XYZ29.1644.298.93-
YUV158.0760.8107.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.44%
GREEN value IS 196 (76.95% from 255) = 53.85%
BLUE value IS 39 (15.62% from 255) = 10.71%
R=35.44%
G=53.85%
B=10.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal129196390.3400.800.2385.6166.8146.08
Hex81C427220501756432e
Octal201304474201202712610356
Binary1000000111000100100111100010010100001011110101101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,196,39); }

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

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

 a { background-color: rgb(129,196,39); }

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

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

 span { border-color: rgb(129,196,39); }

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