#51A412

Color #51A412 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #51A412

Tints of Kelly Green #51A412

Color information

#51A412 (or 0x51A412) is unknown color: approx Kelly Green. HEX triplet: 51, A4 and 12. RGB value is (81,164,18). Sum of RGB (Red+Green+Blue) = 81+164+18=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 164 (64.45% from 255 or 62.36% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 164 - color contains mainly: green. Hex color #51A412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51A412 is #AE5BED. Grayscale: #7B7B7B. Windows color (decimal): -11426798 or 1221713. OLE color: 1221713.

HSL color Cylindrical-coordinate representation of color #51A412: hue angle of 94.11º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51A412 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB8116418-
CMYK0.5100.890.36
HSL94.11º80.22%35.69%-
HSV(B)94.11º89.02%64.31%-
XYZ16.7828.345.16-
YUV122.546998.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 164 (64.45% from 255) = 62.36%
BLUE value IS 18 (7.42% from 255) = 6.84%
R=30.80%
G=62.36%
B=6.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81164180.5100.890.3694.1180.2235.69
Hex51A41233059245e5024
Octal121244226301314413612044
Binary101000110100100100101100110101100110010010111101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51A412; }

 p { color: rgb(81,164,18); }

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

<style>
 a { background-color: #51A412; }

 a { background-color: rgb(81,164,18); }

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

<style>
 span { border-color: #51A412; }

 span { border-color: rgb(81,164,18); }

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