#6FD250

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

Shades of Mantis #6FD250

Tints of Mantis #6FD250

Color information

#6FD250 (or 0x6FD250) is unknown color: approx Mantis. HEX triplet: 6F, D2 and 50. RGB value is (111,210,80). Sum of RGB (Red+Green+Blue) = 111+210+80=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD250 is #902DAF. Grayscale: #A6A6A6. Windows color (decimal): -9448880 or 5296751. OLE color: 5296751.

HSL color Cylindrical-coordinate representation of color #6FD250: hue angle of 105.69º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6FD250 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB11121080-
CMYK0.4700.620.18
HSL105.69º59.09%56.86%-
HSV(B)105.69º61.9%82.35%-
XYZ31.0550.0515.61-
YUV165.5879.789.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.68%
GREEN value IS 210 (82.42% from 255) = 52.37%
BLUE value IS 80 (31.64% from 255) = 19.95%
R=27.68%
G=52.37%
B=19.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal111210800.4700.620.18105.6959.0956.86
Hex6FD2502F03E126a3b39
Octal15732212057076221527371
Binary11011111101001010100001011110111110100101101010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,210,80); }

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

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

 a { background-color: rgb(111,210,80); }

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

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

 span { border-color: rgb(111,210,80); }

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