#53B10C

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

Shades of Kelly Green #53B10C

Tints of Kelly Green #53B10C

Color information

#53B10C (or 0x53B10C) is unknown color: approx Kelly Green. HEX triplet: 53, B1 and 0C. RGB value is (83,177,12). Sum of RGB (Red+Green+Blue) = 83+177+12=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 177 (69.53% from 255 or 65.07% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 177 - color contains mainly: green. Hex color #53B10C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53B10C is #AC4EF3. Grayscale: #828282. Windows color (decimal): -11292404 or 831827. OLE color: 831827.

HSL color Cylindrical-coordinate representation of color #53B10C: hue angle of 94.18º 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 #53B10C is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB8317712-
CMYK0.5300.930.31
HSL94.18º87.3%37.06%-
HSV(B)94.18º93.22%69.41%-
XYZ19.3633.315.76-
YUV130.0861.3694.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 177 (69.53% from 255) = 65.07%
BLUE value IS 12 (5.08% from 255) = 4.41%
R=30.51%
G=65.07%
B=4.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83177120.5300.930.3194.1887.337.06
Hex53B1C3505D1F5e5725
Octal123261146501353713612745
Binary1010011101100011100110101010111011111110111101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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