#32B116

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

Shades of Kelly Green #32B116

Tints of Kelly Green #32B116

Color information

#32B116 (or 0x32B116) is unknown color: approx Kelly Green. HEX triplet: 32, B1 and 16. RGB value is (50,177,22). Sum of RGB (Red+Green+Blue) = 50+177+22=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 177 (69.53% from 255 or 71.08% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 177 - color contains mainly: green. Hex color #32B116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32B116 is #CD4EE9. Grayscale: #797979. Windows color (decimal): -13455082 or 1487154. OLE color: 1487154.

HSL color Cylindrical-coordinate representation of color #32B116: hue angle of 109.16º 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 #32B116 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB5017722-
CMYK0.7200.880.31
HSL109.16º77.89%39.02%-
HSV(B)109.16º87.57%69.41%-
XYZ17.1832.186.06-
YUV121.3671.9277.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 177 (69.53% from 255) = 71.08%
BLUE value IS 22 (8.98% from 255) = 8.84%
R=20.08%
G=71.08%
B=8.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50177220.7200.880.31109.1677.8939.02
Hex32B116480581F6d4e27
Octal622612611001303715511647
Binary11001010110001101101001000010110001111111011011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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