#53B116

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

Shades of Kelly Green #53B116

Tints of Kelly Green #53B116

Color information

#53B116 (or 0x53B116) is unknown color: approx Kelly Green. HEX triplet: 53, B1 and 16. RGB value is (83,177,22). Sum of RGB (Red+Green+Blue) = 83+177+22=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 177 (69.53% from 255 or 62.77% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 177 - color contains mainly: green. Hex color #53B116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53B116 is #AC4EE9. Grayscale: #838383. Windows color (decimal): -11292394 or 1487187. OLE color: 1487187.

HSL color Cylindrical-coordinate representation of color #53B116: hue angle of 96.39º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53B116 is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB8317722-
CMYK0.5300.880.31
HSL96.39º77.89%39.02%-
HSV(B)96.39º87.57%69.41%-
XYZ19.4333.346.17-
YUV131.2266.3693.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 177 (69.53% from 255) = 62.77%
BLUE value IS 22 (8.98% from 255) = 7.80%
R=29.43%
G=62.77%
B=7.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83177220.5300.880.3196.3977.8939.02
Hex53B116350581F604e27
Octal123261266501303714011647
Binary10100111011000110110110101010110001111111000001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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