#52B10C

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

Shades of Kelly Green #52B10C

Tints of Kelly Green #52B10C

Color information

#52B10C (or 0x52B10C) is unknown color: approx Kelly Green. HEX triplet: 52, B1 and 0C. RGB value is (82,177,12). Sum of RGB (Red+Green+Blue) = 82+177+12=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 177 (69.53% from 255 or 65.31% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 177 - color contains mainly: green. Hex color #52B10C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52B10C is #AD4EF3. Grayscale: #828282. Windows color (decimal): -11357940 or 831826. OLE color: 831826.

HSL color Cylindrical-coordinate representation of color #52B10C: hue angle of 94.55º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52B10C is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB8217712-
CMYK0.5400.930.31
HSL94.55º87.3%37.06%-
HSV(B)94.55º93.22%69.41%-
XYZ19.2733.265.75-
YUV129.7861.5393.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 177 (69.53% from 255) = 65.31%
BLUE value IS 12 (5.08% from 255) = 4.43%
R=30.26%
G=65.31%
B=4.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82177120.5400.930.3194.5587.337.06
Hex52B1C3605D1F5f5725
Octal122261146601353713712745
Binary1010010101100011100110110010111011111110111111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,177,12); }

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

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

 a { background-color: rgb(82,177,12); }

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

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

 span { border-color: rgb(82,177,12); }

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