#31C814

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

Shades of Kelly Green #31C814

Tints of Kelly Green #31C814

Color information

#31C814 (or 0x31C814) is unknown color: approx Kelly Green. HEX triplet: 31, C8 and 14. RGB value is (49,200,20). Sum of RGB (Red+Green+Blue) = 49+200+20=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 200 (78.52% from 255 or 74.35% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 200 - color contains mainly: green. Hex color #31C814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C814 is #CE37EB. Grayscale: #868686. Windows color (decimal): -13514732 or 1361969. OLE color: 1361969.

HSL color Cylindrical-coordinate representation of color #31C814: hue angle of 110.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31C814 is Cyan = 0.76, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB4920020-
CMYK0.7600.90.22
HSL110.33º81.82%43.14%-
HSV(B)110.33º90%78.43%-
XYZ22.0542.017.61-
YUV134.3363.4767.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.22%
GREEN value IS 200 (78.52% from 255) = 74.35%
BLUE value IS 20 (8.20% from 255) = 7.43%
R=18.22%
G=74.35%
B=7.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal49200200.7600.90.22110.3381.8243.14
Hex31C8144C05A166e522b
Octal613102411401322615612253
Binary11000111001000101001001100010110101011011011101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,200,20); }

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

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

 a { background-color: rgb(49,200,20); }

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

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

 span { border-color: rgb(49,200,20); }

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