#52CA21

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

Shades of Kelly Green #52CA21

Tints of Kelly Green #52CA21

Color information

#52CA21 (or 0x52CA21) is unknown color: approx Kelly Green. HEX triplet: 52, CA and 21. RGB value is (82,202,33). Sum of RGB (Red+Green+Blue) = 82+202+33=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 202 (79.30% from 255 or 63.72% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CA21 is #AD35DE. Grayscale: #939393. Windows color (decimal): -11351519 or 2214482. OLE color: 2214482.

HSL color Cylindrical-coordinate representation of color #52CA21: hue angle of 102.6º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52CA21 is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB8220233-
CMYK0.5900.840.21
HSL102.6º71.91%46.08%-
HSV(B)102.6º83.66%79.22%-
XYZ24.8744.148.65-
YUV146.8563.7481.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.87%
GREEN value IS 202 (79.30% from 255) = 63.72%
BLUE value IS 33 (13.28% from 255) = 10.41%
R=25.87%
G=63.72%
B=10.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82202330.5900.840.21102.671.9146.08
Hex52CA213B0541567482e
Octal122312417301242514711056
Binary101001011001010100001111011010101001010111001111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,202,33); }

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

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

 a { background-color: rgb(82,202,33); }

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

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

 span { border-color: rgb(82,202,33); }

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