#52C305

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

Shades of Kelly Green #52C305

Tints of Kelly Green #52C305

Color information

#52C305 (or 0x52C305) is unknown color: approx Kelly Green. HEX triplet: 52, C3 and 05. RGB value is (82,195,5). Sum of RGB (Red+Green+Blue) = 82+195+5=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 195 (76.56% from 255 or 69.15% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 195 - color contains mainly: green. Hex color #52C305 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C305 is #AD3CFA. Grayscale: #8C8C8C. Windows color (decimal): -11353339 or 377682. OLE color: 377682.

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

Color convert

RGB821955-
CMYK0.5800.970.24
HSL95.68º95%39.22%-
HSV(B)95.68º97.44%76.47%-
XYZ23.0240.846.81-
YUV139.5552.0686.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 195 (76.56% from 255) = 69.15%
BLUE value IS 5 (2.34% from 255) = 1.77%
R=29.08%
G=69.15%
B=1.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8219550.5800.970.2495.689539.22
Hex52C353A06118605f27
Octal12230357201413014013747
Binary101001011000011101111010011000011100011000001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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