#31C416

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

Shades of Kelly Green #31C416

Tints of Kelly Green #31C416

Color information

#31C416 (or 0x31C416) is unknown color: approx Kelly Green. HEX triplet: 31, C4 and 16. RGB value is (49,196,22). Sum of RGB (Red+Green+Blue) = 49+196+22=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 196 (76.95% from 255 or 73.41% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 196 - color contains mainly: green. Hex color #31C416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C416 is #CE3BE9. Grayscale: #848484. Windows color (decimal): -13515754 or 1492017. OLE color: 1492017.

HSL color Cylindrical-coordinate representation of color #31C416: hue angle of 110.69º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31C416 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB4919622-
CMYK0.7500.890.23
HSL110.69º79.82%42.75%-
HSV(B)110.69º88.78%76.86%-
XYZ21.1540.197.4-
YUV132.2165.868.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 196 (76.95% from 255) = 73.41%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=18.35%
G=73.41%
B=8.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal49196220.7500.890.23110.6979.8242.75
Hex31C4164B059176f502b
Octal613042611301312715712053
Binary11000111000100101101001011010110011011111011111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31C416; }

 p { color: rgb(49,196,22); }

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

<style>
 a { background-color: #31C416; }

 a { background-color: rgb(49,196,22); }

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

<style>
 span { border-color: #31C416; }

 span { border-color: rgb(49,196,22); }

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