#52B215

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

Shades of Kelly Green #52B215

Tints of Kelly Green #52B215

Color information

#52B215 (or 0x52B215) is unknown color: approx Kelly Green. HEX triplet: 52, B2 and 15. RGB value is (82,178,21). Sum of RGB (Red+Green+Blue) = 82+178+21=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 178 (69.92% from 255 or 63.35% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 178 - color contains mainly: green. Hex color #52B215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52B215 is #AD4DEA. Grayscale: #838383. Windows color (decimal): -11357675 or 1421906. OLE color: 1421906.

HSL color Cylindrical-coordinate representation of color #52B215: hue angle of 96.69º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52B215 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB8217821-
CMYK0.5400.880.30
HSL96.69º78.89%39.02%-
HSV(B)96.69º88.2%69.8%-
XYZ19.5433.696.18-
YUV131.465.792.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 178 (69.92% from 255) = 63.35%
BLUE value IS 21 (8.59% from 255) = 7.47%
R=29.18%
G=63.35%
B=7.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal82178210.5400.880.3096.6978.8939.02
Hex52B215360581E614f27
Octal122262256601303614111747
Binary10100101011001010101110110010110001111011000011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,178,21); }

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

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

 a { background-color: rgb(82,178,21); }

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

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

 span { border-color: rgb(82,178,21); }

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