#31BE12

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

Shades of Kelly Green #31BE12

Tints of Kelly Green #31BE12

Color information

#31BE12 (or 0x31BE12) is unknown color: approx Kelly Green. HEX triplet: 31, BE and 12. RGB value is (49,190,18). Sum of RGB (Red+Green+Blue) = 49+190+18=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 190 (74.61% from 255 or 73.93% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BE12 is #CE41ED. Grayscale: #808080. Windows color (decimal): -13517294 or 1228337. OLE color: 1228337.

HSL color Cylindrical-coordinate representation of color #31BE12: hue angle of 109.19º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31BE12 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB4919018-
CMYK0.7400.910.25
HSL109.19º82.69%40.78%-
HSV(B)109.19º90.53%74.51%-
XYZ19.7937.526.77-
YUV128.2365.7971.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 190 (74.61% from 255) = 73.93%
BLUE value IS 18 (7.42% from 255) = 7.00%
R=19.07%
G=73.93%
B=7.00%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49190180.7400.910.25109.1982.6940.78
Hex31BE124A05B196d5329
Octal612762211201333115512351
Binary11000110111110100101001010010110111100111011011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,190,18); }

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

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

 a { background-color: rgb(49,190,18); }

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

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

 span { border-color: rgb(49,190,18); }

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