#52B904

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

Shades of Kelly Green #52B904

Tints of Kelly Green #52B904

Color information

#52B904 (or 0x52B904) is unknown color: approx Kelly Green. HEX triplet: 52, B9 and 04. RGB value is (82,185,4). Sum of RGB (Red+Green+Blue) = 82+185+4=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 185 (72.66% from 255 or 68.27% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 185 - color contains mainly: green. Hex color #52B904 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B904 is #AD46FB. Grayscale: #868686. Windows color (decimal): -11355900 or 309586. OLE color: 309586.

HSL color Cylindrical-coordinate representation of color #52B904: hue angle of 94.14º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52B904 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB821854-
CMYK0.5600.980.27
HSL94.14º95.77%37.06%-
HSV(B)94.14º97.84%72.55%-
XYZ20.8536.56.06-
YUV133.5754.8891.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 185 (72.66% from 255) = 68.27%
BLUE value IS 4 (1.95% from 255) = 1.48%
R=30.26%
G=68.27%
B=1.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8218540.5600.980.2794.1495.7737.06
Hex52B94380621B5e6025
Octal12227147001423313614045
Binary101001010111001100111000011000101101110111101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,185,4); }

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

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

 a { background-color: rgb(82,185,4); }

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

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

 span { border-color: rgb(82,185,4); }

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