#51C00A

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

Shades of Kelly Green #51C00A

Tints of Kelly Green #51C00A

Color information

#51C00A (or 0x51C00A) is unknown color: approx Kelly Green. HEX triplet: 51, C0 and 0A. RGB value is (81,192,10). Sum of RGB (Red+Green+Blue) = 81+192+10=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #51C00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51C00A is #AE3FF5. Grayscale: #8A8A8A. Windows color (decimal): -11419638 or 704593. OLE color: 704593.

HSL color Cylindrical-coordinate representation of color #51C00A: hue angle of 96.59º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51C00A is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB8119210-
CMYK0.5800.950.25
HSL96.59º90.1%39.61%-
HSV(B)96.59º94.79%75.29%-
XYZ22.339.476.73-
YUV138.0655.7387.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.62%
GREEN value IS 192 (75.39% from 255) = 67.84%
BLUE value IS 10 (4.30% from 255) = 3.53%
R=28.62%
G=67.84%
B=3.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81192100.5800.950.2596.5990.139.61
Hex51C0A3A05F19615a28
Octal121300127201373114113250
Binary1010001110000001010111010010111111100111000011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,192,10); }

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

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

 a { background-color: rgb(81,192,10); }

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

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

 span { border-color: rgb(81,192,10); }

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