#52ce05

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

Shades of Kelly Green #52CE05

Tints of Kelly Green #52CE05

Color information

#52CE05 (or 0x52CE05) is unknown color: approx Kelly Green. HEX triplet: 52, CE and 05. RGB value is (82,206,5). Sum of RGB (Red+Green+Blue) = 82+206+5=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 206 (80.86% from 255 or 70.31% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52CE05 is #AD31FA. Grayscale: #929292. Windows color (decimal): -11350523 or 380498. OLE color: 380498.

HSL color Cylindrical-coordinate representation of color #52CE05: hue angle of 97.01º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52CE05 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB822065-
CMYK0.6000.980.19
HSL97.01º95.26%41.37%-
HSV(B)97.01º97.57%80.78%-
XYZ25.5845.957.66-
YUV146.0148.4282.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 206 (80.86% from 255) = 70.31%
BLUE value IS 5 (2.34% from 255) = 1.71%
R=27.99%
G=70.31%
B=1.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal8220650.6000.980.1997.0195.2641.37
Hex52CE53C06213615f29
Octal12231657401422314113751
Binary101001011001110101111100011000101001111000011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ce05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,206,5); }

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

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

 a { background-color: rgb(82,206,5); }

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

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

 span { border-color: rgb(82,206,5); }

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