#52C428

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

Shades of Kelly Green #52C428

Tints of Kelly Green #52C428

Color information

#52C428 (or 0x52C428) is unknown color: approx Kelly Green. HEX triplet: 52, C4 and 28. RGB value is (82,196,40). Sum of RGB (Red+Green+Blue) = 82+196+40=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 196 (76.95% from 255 or 61.64% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 196 - color contains mainly: green. Hex color #52C428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C428 is #AD3BD7. Grayscale: #909090. Windows color (decimal): -11353048 or 2671698. OLE color: 2671698.

HSL color Cylindrical-coordinate representation of color #52C428: hue angle of 103.85º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52C428 is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB8219640-
CMYK0.5800.800.23
HSL103.85º66.1%46.27%-
HSV(B)103.85º79.59%76.86%-
XYZ23.641.438.76-
YUV144.1369.2383.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 196 (76.95% from 255) = 61.64%
BLUE value IS 40 (16.02% from 255) = 12.58%
R=25.79%
G=61.64%
B=12.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal82196400.5800.800.23103.8566.146.27
Hex52C4283A0501768422e
Octal122304507201202715010256
Binary101001011000100101000111010010100001011111010001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,196,40); }

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

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

 a { background-color: rgb(82,196,40); }

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

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

 span { border-color: rgb(82,196,40); }

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