#52C22A

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

Shades of Kelly Green #52C22A

Tints of Kelly Green #52C22A

Color information

#52C22A (or 0x52C22A) is unknown color: approx Kelly Green. HEX triplet: 52, C2 and 2A. RGB value is (82,194,42). Sum of RGB (Red+Green+Blue) = 82+194+42=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #52C22A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C22A is #AD3DD5. Grayscale: #8F8F8F. Windows color (decimal): -11353558 or 2802258. OLE color: 2802258.

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

Color convert

RGB8219442-
CMYK0.5800.780.24
HSL104.21º64.41%46.27%-
HSV(B)104.21º78.35%76.08%-
XYZ23.1940.548.79-
YUV143.1870.8984.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 194 (76.17% from 255) = 61.01%
BLUE value IS 42 (16.80% from 255) = 13.21%
R=25.79%
G=61.01%
B=13.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82194420.5800.780.24104.2164.4146.27
Hex52C22A3A04E1868402e
Octal122302527201163015010056
Binary101001011000010101010111010010011101100011010001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,194,42); }

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

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

 a { background-color: rgb(82,194,42); }

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

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

 span { border-color: rgb(82,194,42); }

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