#53A712

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

Shades of Kelly Green #53A712

Tints of Kelly Green #53A712

Color information

#53A712 (or 0x53A712) is unknown color: approx Kelly Green. HEX triplet: 53, A7 and 12. RGB value is (83,167,18). Sum of RGB (Red+Green+Blue) = 83+167+18=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 167 (65.62% from 255 or 62.31% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 167 - color contains mainly: green. Hex color #53A712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A712 is #AC58ED. Grayscale: #7D7D7D. Windows color (decimal): -11294958 or 1222483. OLE color: 1222483.

HSL color Cylindrical-coordinate representation of color #53A712: hue angle of 93.83º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53A712 is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB8316718-
CMYK0.5000.890.35
HSL93.83º80.54%36.27%-
HSV(B)93.83º89.22%65.49%-
XYZ17.529.525.35-
YUV124.967.6798.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 167 (65.62% from 255) = 62.31%
BLUE value IS 18 (7.42% from 255) = 6.72%
R=30.97%
G=62.31%
B=6.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83167180.5000.890.3593.8380.5436.27
Hex53A71232059235e5124
Octal123247226201314313612144
Binary101001110100111100101100100101100110001110111101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,167,18); }

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

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

 a { background-color: rgb(83,167,18); }

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

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

 span { border-color: rgb(83,167,18); }

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