#52C10E

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

Shades of Kelly Green #52C10E

Tints of Kelly Green #52C10E

Color information

#52C10E (or 0x52C10E) is unknown color: approx Kelly Green. HEX triplet: 52, C1 and 0E. RGB value is (82,193,14). Sum of RGB (Red+Green+Blue) = 82+193+14=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 193 (75.78% from 255 or 66.78% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 193 - color contains mainly: green. Hex color #52C10E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C10E is #AD3EF1. Grayscale: #8C8C8C. Windows color (decimal): -11353842 or 966994. OLE color: 966994.

HSL color Cylindrical-coordinate representation of color #52C10E: hue angle of 97.21º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52C10E is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB8219314-
CMYK0.5800.930.24
HSL97.21º86.47%40.59%-
HSV(B)97.21º92.75%75.69%-
XYZ22.6339.976.94-
YUV139.457.2387.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 193 (75.78% from 255) = 66.78%
BLUE value IS 14 (5.86% from 255) = 4.84%
R=28.37%
G=66.78%
B=4.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82193140.5800.930.2497.2186.4740.59
Hex52C1E3A05D18615629
Octal122301167201353014112651
Binary1010010110000011110111010010111011100011000011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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