#31C010

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

Shades of Kelly Green #31C010

Tints of Kelly Green #31C010

Color information

#31C010 (or 0x31C010) is unknown color: approx Kelly Green. HEX triplet: 31, C0 and 10. RGB value is (49,192,16). Sum of RGB (Red+Green+Blue) = 49+192+16=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #31C010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C010 is #CE3FEF. Grayscale: #818181. Windows color (decimal): -13516784 or 1097777. OLE color: 1097777.

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

Color convert

RGB4919216-
CMYK0.7400.920.25
HSL108.75º84.62%40.78%-
HSV(B)108.75º91.67%75.29%-
XYZ20.2138.396.83-
YUV129.1864.1270.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 192 (75.39% from 255) = 74.71%
BLUE value IS 16 (6.64% from 255) = 6.23%
R=19.07%
G=74.71%
B=6.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49192160.7400.920.25108.7584.6240.78
Hex31C0104A05C196d5529
Octal613002011201343115512551
Binary11000111000000100001001010010111001100111011011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,192,16); }

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

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

 a { background-color: rgb(49,192,16); }

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

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

 span { border-color: rgb(49,192,16); }

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