#52B01E

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

Shades of Kelly Green #52B01E

Tints of Kelly Green #52B01E

Color information

#52B01E (or 0x52B01E) is unknown color: approx Kelly Green. HEX triplet: 52, B0 and 1E. RGB value is (82,176,30). Sum of RGB (Red+Green+Blue) = 82+176+30=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 176 (69.14% from 255 or 61.11% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 176 - color contains mainly: green. Hex color #52B01E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B01E is #AD4FE1. Grayscale: #838383. Windows color (decimal): -11358178 or 2011218. OLE color: 2011218.

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

Color convert

RGB8217630-
CMYK0.5300.830.31
HSL98.63º70.87%40.39%-
HSV(B)98.63º82.95%69.02%-
XYZ19.2432.946.57-
YUV131.2570.8692.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 176 (69.14% from 255) = 61.11%
BLUE value IS 30 (12.11% from 255) = 10.42%
R=28.47%
G=61.11%
B=10.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82176300.5300.830.3198.6370.8740.39
Hex52B01E350531F634728
Octal122260366501233714310750
Binary10100101011000011110110101010100111111111000111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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