#52B20B

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

Shades of Kelly Green #52B20B

Tints of Kelly Green #52B20B

Color information

#52B20B (or 0x52B20B) is unknown color: approx Kelly Green. HEX triplet: 52, B2 and 0B. RGB value is (82,178,11). Sum of RGB (Red+Green+Blue) = 82+178+11=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 178 (69.92% from 255 or 65.68% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 178 - color contains mainly: green. Hex color #52B20B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52B20B is #AD4DF4. Grayscale: #828282. Windows color (decimal): -11357685 or 766546. OLE color: 766546.

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

Color convert

RGB8217811-
CMYK0.5400.940.30
HSL94.49º88.36%37.06%-
HSV(B)94.49º93.82%69.8%-
XYZ19.4633.665.79-
YUV130.2660.793.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 178 (69.92% from 255) = 65.68%
BLUE value IS 11 (4.69% from 255) = 4.06%
R=30.26%
G=65.68%
B=4.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal82178110.5400.940.3094.4988.3637.06
Hex52B2B3605E1E5e5825
Octal122262136601363613613045
Binary1010010101100101011110110010111101111010111101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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