#31A511

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

Shades of Kelly Green #31A511

Tints of Kelly Green #31A511

Color information

#31A511 (or 0x31A511) is unknown color: approx Kelly Green. HEX triplet: 31, A5 and 11. RGB value is (49,165,17). Sum of RGB (Red+Green+Blue) = 49+165+17=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 165 (64.84% from 255 or 71.43% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 165 - color contains mainly: green. Hex color #31A511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A511 is #CE5AEE. Grayscale: #717171. Windows color (decimal): -13523695 or 1156401. OLE color: 1156401.

HSL color Cylindrical-coordinate representation of color #31A511: hue angle of 107.03º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31A511 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB4916517-
CMYK0.7000.900.35
HSL107.03º81.32%35.69%-
HSV(B)107.03º89.7%64.71%-
XYZ14.8227.65.08-
YUV113.4473.5782.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 165 (64.84% from 255) = 71.43%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=21.21%
G=71.43%
B=7.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49165170.7000.900.35107.0381.3235.69
Hex31A5114605A236b5124
Octal612452110601324315312144
Binary110001101001011000110001100101101010001111010111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,165,17); }

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

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

 a { background-color: rgb(49,165,17); }

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

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

 span { border-color: rgb(49,165,17); }

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