#52C41F

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

Shades of Kelly Green #52C41F

Tints of Kelly Green #52C41F

Color information

#52C41F (or 0x52C41F) is unknown color: approx Kelly Green. HEX triplet: 52, C4 and 1F. RGB value is (82,196,31). Sum of RGB (Red+Green+Blue) = 82+196+31=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 196 (76.95% from 255 or 63.43% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 196 - color contains mainly: green. Hex color #52C41F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C41F is #AD3BE0. Grayscale: #8F8F8F. Windows color (decimal): -11353057 or 2081874. OLE color: 2081874.

HSL color Cylindrical-coordinate representation of color #52C41F: hue angle of 101.45º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52C41F is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB8219631-
CMYK0.5800.840.23
HSL101.45º72.69%44.51%-
HSV(B)101.45º84.18%76.86%-
XYZ23.4741.378.05-
YUV143.164.7384.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 196 (76.95% from 255) = 63.43%
BLUE value IS 31 (12.5% from 255) = 10.03%
R=26.54%
G=63.43%
B=10.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal82196310.5800.840.23101.4572.6944.51
Hex52C41F3A0541765492d
Octal122304377201242714511155
Binary10100101100010011111111010010101001011111001011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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