#31B10E

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

Shades of Kelly Green #31B10E

Tints of Kelly Green #31B10E

Color information

#31B10E (or 0x31B10E) is unknown color: approx Kelly Green. HEX triplet: 31, B1 and 0E. RGB value is (49,177,14). Sum of RGB (Red+Green+Blue) = 49+177+14=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 177 (69.53% from 255 or 73.75% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 177 - color contains mainly: green. Hex color #31B10E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31B10E is #CE4EF1. Grayscale: #787878. Windows color (decimal): -13520626 or 962865. OLE color: 962865.

HSL color Cylindrical-coordinate representation of color #31B10E: hue angle of 107.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31B10E is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB4917714-
CMYK0.7200.920.31
HSL107.12º85.34%37.45%-
HSV(B)107.12º92.09%69.41%-
XYZ17.0732.135.72-
YUV120.1568.0977.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 177 (69.53% from 255) = 73.75%
BLUE value IS 14 (5.86% from 255) = 5.83%
R=20.42%
G=73.75%
B=5.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49177140.7200.920.31107.1285.3437.45
Hex31B1E4805C1F6b5525
Octal612611611001343715312545
Binary1100011011000111101001000010111001111111010111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,177,14); }

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

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

 a { background-color: rgb(49,177,14); }

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

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

 span { border-color: rgb(49,177,14); }

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