#52B60E

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

Shades of Kelly Green #52B60E

Tints of Kelly Green #52B60E

Color information

#52B60E (or 0x52B60E) is unknown color: approx Kelly Green. HEX triplet: 52, B6 and 0E. RGB value is (82,182,14). Sum of RGB (Red+Green+Blue) = 82+182+14=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 182 (71.48% from 255 or 65.47% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 182 - color contains mainly: green. Hex color #52B60E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B60E is #AD49F1. Grayscale: #858585. Windows color (decimal): -11356658 or 964178. OLE color: 964178.

HSL color Cylindrical-coordinate representation of color #52B60E: hue angle of 95.71º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52B60E is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB8218214-
CMYK0.5500.920.29
HSL95.71º85.71%38.43%-
HSV(B)95.71º92.31%71.37%-
XYZ20.2935.286.16-
YUV132.9560.8791.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 182 (71.48% from 255) = 65.47%
BLUE value IS 14 (5.86% from 255) = 5.04%
R=29.50%
G=65.47%
B=5.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82182140.5500.920.2995.7185.7138.43
Hex52B6E3705C1D605626
Octal122266166701343514012646
Binary1010010101101101110110111010111001110111000001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52B60E; }

 p { color: rgb(82,182,14); }

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

<style>
 a { background-color: #52B60E; }

 a { background-color: rgb(82,182,14); }

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

<style>
 span { border-color: #52B60E; }

 span { border-color: rgb(82,182,14); }

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