#52BD11

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

Shades of Kelly Green #52BD11

Tints of Kelly Green #52BD11

Color information

#52BD11 (or 0x52BD11) is unknown color: approx Kelly Green. HEX triplet: 52, BD and 11. RGB value is (82,189,17). Sum of RGB (Red+Green+Blue) = 82+189+17=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 189 (74.22% from 255 or 65.62% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BD11 is #AD42EE. Grayscale: #898989. Windows color (decimal): -11354863 or 1162578. OLE color: 1162578.

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

Color convert

RGB8218917-
CMYK0.5700.910.26
HSL97.33º83.5%40.39%-
HSV(B)97.33º91.01%74.12%-
XYZ21.7838.236.76-
YUV137.460.0588.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 189 (74.22% from 255) = 65.62%
BLUE value IS 17 (7.03% from 255) = 5.90%
R=28.47%
G=65.62%
B=5.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal82189170.5700.910.2697.3383.540.39
Hex52BD113905B1A615328
Octal122275217101333214112350
Binary10100101011110110001111001010110111101011000011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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