#52b702

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

Shades of Kelly Green #52B702

Tints of Kelly Green #52B702

Color information

#52B702 (or 0x52B702) is unknown color: approx Kelly Green. HEX triplet: 52, B7 and 02. RGB value is (82,183,2). Sum of RGB (Red+Green+Blue) = 82+183+2=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 183 (71.88% from 255 or 68.54% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 183 - color contains mainly: green. Hex color #52B702 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B702 is #AD48FD. Grayscale: #848484. Windows color (decimal): -11356414 or 178002. OLE color: 178002.

HSL color Cylindrical-coordinate representation of color #52B702: hue angle of 93.48º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52B702 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB821832-
CMYK0.5500.990.28
HSL93.48º97.84%36.27%-
HSV(B)93.48º98.91%71.76%-
XYZ20.4235.675.87-
YUV132.1754.5492.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 183 (71.88% from 255) = 68.54%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=30.71%
G=68.54%
B=0.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal8218320.5500.990.2893.4897.8436.27
Hex52B72370631C5d6224
Octal12226726701433413514244
Binary10100101011011110110111011000111110010111011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52b702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,183,2); }

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

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

 a { background-color: rgb(82,183,2); }

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

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

 span { border-color: rgb(82,183,2); }

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