#52BD0F

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

Shades of Kelly Green #52BD0F

Tints of Kelly Green #52BD0F

Color information

#52BD0F (or 0x52BD0F) is unknown color: approx Kelly Green. HEX triplet: 52, BD and 0F. RGB value is (82,189,15). Sum of RGB (Red+Green+Blue) = 82+189+15=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BD0F is #AD42F0. Grayscale: #898989. Windows color (decimal): -11354865 or 1031506. OLE color: 1031506.

HSL color Cylindrical-coordinate representation of color #52BD0F: hue angle of 96.9º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52BD0F is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB8218915-
CMYK0.5700.920.26
HSL96.9º85.29%40%-
HSV(B)96.9º92.06%74.12%-
XYZ21.7638.226.68-
YUV137.1759.0588.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 189 (74.22% from 255) = 66.08%
BLUE value IS 15 (6.25% from 255) = 5.24%
R=28.67%
G=66.08%
B=5.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal82189150.5700.920.2696.985.2940
Hex52BDF3905C1A615528
Octal122275177101343214112550
Binary1010010101111011111111001010111001101011000011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,189,15); }

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

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

 a { background-color: rgb(82,189,15); }

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

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

 span { border-color: rgb(82,189,15); }

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