#52A100

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

Shades of Kelly Green #52A100

Tints of Kelly Green #52A100

Color information

#52A100 (or 0x52A100) is unknown color: approx Kelly Green. HEX triplet: 52, A1 and 00. RGB value is (82,161,0). Sum of RGB (Red+Green+Blue) = 82+161+0=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 161 (63.28% from 255 or 66.26% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 161 - color contains mainly: green. Hex color #52A100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A100 is #AD5EFF. Grayscale: #777777. Windows color (decimal): -11362048 or 41298. OLE color: 41298.

HSL color Cylindrical-coordinate representation of color #52A100: hue angle of 89.44º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52A100 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB821610-
CMYK0.49010.37
HSL89.44º100%31.57%-
HSV(B)89.44º100%63.14%-
XYZ16.2227.284.41-
YUV119.0260.83101.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.74%
GREEN value IS 161 (63.28% from 255) = 66.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.74%
G=66.26%
B=0%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8216100.49010.3789.4410031.57
Hex52A103106425596420
Octal12224106101444513114440
Binary10100101010000101100010110010010010110110011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,161,0); }

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

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

 a { background-color: rgb(82,161,0); }

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

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

 span { border-color: rgb(82,161,0); }

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