#51A512

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

Shades of Kelly Green #51A512

Tints of Kelly Green #51A512

Color information

#51A512 (or 0x51A512) is unknown color: approx Kelly Green. HEX triplet: 51, A5 and 12. RGB value is (81,165,18). Sum of RGB (Red+Green+Blue) = 81+165+18=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 165 (64.84% from 255 or 62.5% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 165 - color contains mainly: green. Hex color #51A512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51A512 is #AE5AED. Grayscale: #7B7B7B. Windows color (decimal): -11426542 or 1221969. OLE color: 1221969.

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

Color convert

RGB8116518-
CMYK0.5100.890.35
HSL94.29º80.33%35.88%-
HSV(B)94.29º89.09%64.71%-
XYZ16.9628.75.22-
YUV123.1368.6797.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 165 (64.84% from 255) = 62.5%
BLUE value IS 18 (7.42% from 255) = 6.82%
R=30.68%
G=62.5%
B=6.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81165180.5100.890.3594.2980.3335.88
Hex51A51233059235e5024
Octal121245226301314313612044
Binary101000110100101100101100110101100110001110111101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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