#52AD27

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

Shades of Kelly Green #52AD27

Tints of Kelly Green #52AD27

Color information

#52AD27 (or 0x52AD27) is unknown color: approx Kelly Green. HEX triplet: 52, AD and 27. RGB value is (82,173,39). Sum of RGB (Red+Green+Blue) = 82+173+39=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD27 is #AD52D8. Grayscale: #828282. Windows color (decimal): -11358937 or 2600274. OLE color: 2600274.

HSL color Cylindrical-coordinate representation of color #52AD27: hue angle of 100.75º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52AD27 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB8217339-
CMYK0.5300.770.32
HSL100.75º63.21%41.57%-
HSV(B)100.75º77.46%67.84%-
XYZ18.7931.837.07-
YUV130.5176.3593.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 173 (67.97% from 255) = 58.84%
BLUE value IS 39 (15.62% from 255) = 13.27%
R=27.89%
G=58.84%
B=13.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82173390.5300.770.32100.7563.2141.57
Hex52AD273504D20653f2a
Octal12225547650115401457752
Binary101001010101101100111110101010011011000001100101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,173,39); }

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

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

 a { background-color: rgb(82,173,39); }

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

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

 span { border-color: rgb(82,173,39); }

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