#6DD950

Color #6DD950 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #6DD950

Tints of Mantis #6DD950

Color information

#6DD950 (or 0x6DD950) is unknown color: approx Mantis. HEX triplet: 6D, D9 and 50. RGB value is (109,217,80). Sum of RGB (Red+Green+Blue) = 109+217+80=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD950 is #9226AF. Grayscale: #A9A9A9. Windows color (decimal): -9578160 or 5298541. OLE color: 5298541.

HSL color Cylindrical-coordinate representation of color #6DD950: hue angle of 107.3º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6DD950 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB10921780-
CMYK0.5000.630.15
HSL107.3º64.32%58.24%-
HSV(B)107.3º63.13%85.1%-
XYZ32.5753.4616.19-
YUV169.0977.7285.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.85%
GREEN value IS 217 (85.16% from 255) = 53.45%
BLUE value IS 80 (31.64% from 255) = 19.70%
R=26.85%
G=53.45%
B=19.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal109217800.5000.630.15107.364.3258.24
Hex6DD9503203FF6b403a
Octal155331120620771715310072
Binary11011011101100110100001100100111111111111010111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DD950; }

 p { color: rgb(109,217,80); }

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

<style>
 a { background-color: #6DD950; }

 a { background-color: rgb(109,217,80); }

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

<style>
 span { border-color: #6DD950; }

 span { border-color: rgb(109,217,80); }

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