#31A805

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

Shades of Kelly Green #31A805

Tints of Kelly Green #31A805

Color information

#31A805 (or 0x31A805) is unknown color: approx Kelly Green. HEX triplet: 31, A8 and 05. RGB value is (49,168,5). Sum of RGB (Red+Green+Blue) = 49+168+5=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 168 (66.02% from 255 or 75.68% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 168 - color contains mainly: green. Hex color #31A805 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A805 is #CE57FA. Grayscale: #727272. Windows color (decimal): -13522939 or 370737. OLE color: 370737.

HSL color Cylindrical-coordinate representation of color #31A805: hue angle of 103.8º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31A805 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB491685-
CMYK0.7100.970.34
HSL103.8º94.22%33.92%-
HSV(B)103.8º97.02%65.88%-
XYZ15.328.674.87-
YUV113.8466.5881.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 168 (66.02% from 255) = 75.68%
BLUE value IS 5 (2.34% from 255) = 2.25%
R=22.07%
G=75.68%
B=2.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal4916850.7100.970.34103.894.2233.92
Hex31A854706122685e22
Octal61250510701414215013642
Binary1100011010100010110001110110000110001011010001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,168,5); }

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

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

 a { background-color: rgb(49,168,5); }

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

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

 span { border-color: rgb(49,168,5); }

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