#6FD04C

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

Shades of Mantis #6FD04C

Tints of Mantis #6FD04C

Color information

#6FD04C (or 0x6FD04C) is unknown color: approx Mantis. HEX triplet: 6F, D0 and 4C. RGB value is (111,208,76). Sum of RGB (Red+Green+Blue) = 111+208+76=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD04C is #902FB3. Grayscale: #A4A4A4. Windows color (decimal): -9449396 or 5034095. OLE color: 5034095.

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

Color convert

RGB11120876-
CMYK0.4700.630.18
HSL104.09º58.41%55.69%-
HSV(B)104.09º63.46%81.57%-
XYZ30.4249.0114.69-
YUV163.9578.3690.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.10%
GREEN value IS 208 (81.64% from 255) = 52.66%
BLUE value IS 76 (30.08% from 255) = 19.24%
R=28.10%
G=52.66%
B=19.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal111208760.4700.630.18104.0958.4155.69
Hex6FD04C2F03F12683a38
Octal15732011457077221507270
Binary11011111101000010011001011110111111100101101000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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