#52CD18

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

Shades of Kelly Green #52CD18

Tints of Kelly Green #52CD18

Color information

#52CD18 (or 0x52CD18) is unknown color: approx Kelly Green. HEX triplet: 52, CD and 18. RGB value is (82,205,24). Sum of RGB (Red+Green+Blue) = 82+205+24=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 205 (80.47% from 255 or 65.92% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52CD18 is #AD32E7. Grayscale: #949494. Windows color (decimal): -11350760 or 1625426. OLE color: 1625426.

HSL color Cylindrical-coordinate representation of color #52CD18: hue angle of 100.77º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52CD18 is Cyan = 0.6, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB8220524-
CMYK0.600.880.20
HSL100.77º79.04%44.9%-
HSV(B)100.77º88.29%80.39%-
XYZ25.4845.528.31-
YUV147.5958.2581.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 205 (80.47% from 255) = 65.92%
BLUE value IS 24 (9.77% from 255) = 7.72%
R=26.37%
G=65.92%
B=7.72%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82205240.600.880.20100.7779.0444.9
Hex52CD183C05814654f2d
Octal122315307401302414511755
Binary10100101100110111000111100010110001010011001011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,205,24); }

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

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

 a { background-color: rgb(82,205,24); }

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

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

 span { border-color: rgb(82,205,24); }

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