#52AB04

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

Shades of Kelly Green #52AB04

Tints of Kelly Green #52AB04

Color information

#52AB04 (or 0x52AB04) is unknown color: approx Kelly Green. HEX triplet: 52, AB and 04. RGB value is (82,171,4). Sum of RGB (Red+Green+Blue) = 82+171+4=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 171 (67.19% from 255 or 66.54% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AB04 is #AD54FB. Grayscale: #7D7D7D. Windows color (decimal): -11359484 or 306002. OLE color: 306002.

HSL color Cylindrical-coordinate representation of color #52AB04: hue angle of 91.98º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52AB04 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB821714-
CMYK0.5200.980.33
HSL91.98º95.43%34.31%-
HSV(B)91.98º97.66%67.06%-
XYZ18.0630.935.13-
YUV125.3559.5197.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 171 (67.19% from 255) = 66.54%
BLUE value IS 4 (1.95% from 255) = 1.56%
R=31.91%
G=66.54%
B=1.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8217140.5200.980.3391.9895.4334.31
Hex52AB434062215c5f22
Octal12225346401424113413742
Binary1010010101010111001101000110001010000110111001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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