Shades of Mantis #6BCF52
Tints of Mantis #6BCF52
RGB
CMYK
RGB Variations
Color information
#6BCF52 (or 0x6BCF52) is known color: Mantis. HEX triplet: 6B, CF and 52. RGB value is (107,207,82). Sum of RGB (Red+Green+Blue) = 107+207+82=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCF52 is #9430AD. Grayscale: #A3A3A3. Windows color (decimal): -9711790 or 5427051. OLE color: 5427051.
HSL color Cylindrical-coordinate representation of color #6BCF52: hue angle of 108º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6BCF52 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 82 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.19 |
| HSL | 108º | 0.57% | 0.57% | - |
| HSV(B) | 108º | 0.6% | 0.81% | - |
| XYZ | 29.9 | 48.36 | 15.74 | - |
| YUV | 162.85 | 82.37 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 82 | 0.48 | 0 | 0.60 | 0.19 | 108 | 0.57 | 0.57 |
| Hex | 6B | CF | 52 | 30 | 0 | 3C | 13 | 6C | 39 | 39 |
| Octal | 153 | 317 | 122 | 60 | 0 | 74 | 23 | 154 | 71 | 71 |
| Binary | 1101011 | 11001111 | 1010010 | 110000 | 0 | 111100 | 10011 | 1101100 | 111001 | 111001 |
Color Harmonies of #6BCF52
Complementary color
Monochromatic Colors of #6BCF52
Black with #6BCF52
Text Example
Text Example
White with #6BCF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCF52; }
p { color: rgb(107,207,82); }
H1.HeaderClassName
{
color: #6BCF52;
}
.AnyTagClassName
{
color: #6BCF52;
}
</style>
background-color css
<style>
a { background-color: #6BCF52; }
a { background-color: rgb(107,207,82); }
div.DivClassName
{
background-color: #6BCF52;
}
.BgClassName
{
background-color: #6BCF52;
}
</style>
border-color css
<style>
span { border-color: #6BCF52; }
span { border-color: rgb(107,207,82); }
td.TdClassName
{
border-color: #6BCF52;
}
.TagClassName
{
border-color: #6BCF52;
}
</style>