Shades of Mantis #6FE04C
Tints of Mantis #6FE04C
RGB
CMYK
RGB Variations
Color information
#6FE04C (or 0x6FE04C) is known color: Mantis. HEX triplet: 6F, E0 and 4C. RGB value is (111,224,76). Sum of RGB (Red+Green+Blue) = 111+224+76=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 224 (87.89% from 255 or 54.50% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 224 - color contains mainly: green. Hex color #6FE04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FE04C is #901FB3. Grayscale: #ADADAD. Windows color (decimal): -9445300 or 5038191. OLE color: 5038191.
HSL color Cylindrical-coordinate representation of color #6FE04C: hue angle of 105.81º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6FE04C is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 224 | 76 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.12 |
| HSL | 105.81º | 0.7% | 0.59% | - |
| HSV(B) | 105.81º | 0.66% | 0.88% | - |
| XYZ | 34.52 | 57.21 | 16.06 | - |
| YUV | 173.34 | 73.06 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 224 | 76 | 0.50 | 0 | 0.66 | 0.12 | 105.81 | 0.7 | 0.59 |
| Hex | 6F | E0 | 4C | 32 | 0 | 42 | C | 6A | 46 | 3B |
| Octal | 157 | 340 | 114 | 62 | 0 | 102 | 14 | 152 | 106 | 73 |
| Binary | 1101111 | 11100000 | 1001100 | 110010 | 0 | 1000010 | 1100 | 1101010 | 1000110 | 111011 |
Color Harmonies of #6FE04C
Complementary color
Monochromatic Colors of #6FE04C
Black with #6FE04C
Text Example
Text Example
White with #6FE04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE04C; }
p { color: rgb(111,224,76); }
H1.HeaderClassName
{
color: #6FE04C;
}
.AnyTagClassName
{
color: #6FE04C;
}
</style>
background-color css
<style>
a { background-color: #6FE04C; }
a { background-color: rgb(111,224,76); }
div.DivClassName
{
background-color: #6FE04C;
}
.BgClassName
{
background-color: #6FE04C;
}
</style>
border-color css
<style>
span { border-color: #6FE04C; }
span { border-color: rgb(111,224,76); }
td.TdClassName
{
border-color: #6FE04C;
}
.TagClassName
{
border-color: #6FE04C;
}
</style>