#52B00D

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

Shades of Kelly Green #52B00D

Tints of Kelly Green #52B00D

Color information

#52B00D (or 0x52B00D) is unknown color: approx Kelly Green. HEX triplet: 52, B0 and 0D. RGB value is (82,176,13). Sum of RGB (Red+Green+Blue) = 82+176+13=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 176 (69.14% from 255 or 64.94% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 176 - color contains mainly: green. Hex color #52B00D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52B00D is #AD4FF2. Grayscale: #818181. Windows color (decimal): -11358195 or 897106. OLE color: 897106.

HSL color Cylindrical-coordinate representation of color #52B00D: hue angle of 94.6º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52B00D is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB8217613-
CMYK0.5300.930.31
HSL94.6º86.24%37.06%-
HSV(B)94.6º92.61%69.02%-
XYZ19.0832.875.72-
YUV129.3162.3694.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 176 (69.14% from 255) = 64.94%
BLUE value IS 13 (5.47% from 255) = 4.80%
R=30.26%
G=64.94%
B=4.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82176130.5300.930.3194.686.2437.06
Hex52B0D3505D1F5f5625
Octal122260156501353713712645
Binary1010010101100001101110101010111011111110111111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,176,13); }

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

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

 a { background-color: rgb(82,176,13); }

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

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

 span { border-color: rgb(82,176,13); }

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