#6FD060

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

Shades of Mantis #6FD060

Tints of Mantis #6FD060

Color information

#6FD060 (or 0x6FD060) is unknown color: approx Mantis. HEX triplet: 6F, D0 and 60. RGB value is (111,208,96). Sum of RGB (Red+Green+Blue) = 111+208+96=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD060 is #902F9F. Grayscale: #A6A6A6. Windows color (decimal): -9449376 or 6344815. OLE color: 6344815.

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

Color convert

RGB11120896-
CMYK0.4700.540.18
HSL111.96º54.37%59.61%-
HSV(B)111.96º53.85%81.57%-
XYZ31.2249.3418.94-
YUV166.2388.3688.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.75%
GREEN value IS 208 (81.64% from 255) = 50.12%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=26.75%
G=50.12%
B=23.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal111208960.4700.540.18111.9654.3759.61
Hex6FD0602F0361270363c
Octal15732014057066221606674
Binary11011111101000011000001011110110110100101110000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,208,96); }

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

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

 a { background-color: rgb(111,208,96); }

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

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

 span { border-color: rgb(111,208,96); }

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