Shades of Mantis #7BCF65
Tints of Mantis #7BCF65
RGB
CMYK
RGB Variations
Color information
#7BCF65 (or 0x7BCF65) is known color: Mantis. HEX triplet: 7B, CF and 65. RGB value is (123,207,101). Sum of RGB (Red+Green+Blue) = 123+207+101=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCF65 is #84309A. Grayscale: #AAAAAA. Windows color (decimal): -8663195 or 6672251. OLE color: 6672251.
HSL color Cylindrical-coordinate representation of color #7BCF65: hue angle of 107.55º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BCF65 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 101 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.19 |
| HSL | 107.55º | 0.52% | 0.6% | - |
| HSV(B) | 107.55º | 0.51% | 0.81% | - |
| XYZ | 32.83 | 49.78 | 20.19 | - |
| YUV | 169.8 | 89.17 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 101 | 0.41 | 0 | 0.51 | 0.19 | 107.55 | 0.52 | 0.6 |
| Hex | 7B | CF | 65 | 29 | 0 | 33 | 13 | 6C | 34 | 3C |
| Octal | 173 | 317 | 145 | 51 | 0 | 63 | 23 | 154 | 64 | 74 |
| Binary | 1111011 | 11001111 | 1100101 | 101001 | 0 | 110011 | 10011 | 1101100 | 110100 | 111100 |
Color Harmonies of #7BCF65
Complementary color
Monochromatic Colors of #7BCF65
Black with #7BCF65
Text Example
Text Example
White with #7BCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCF65; }
p { color: rgb(123,207,101); }
H1.HeaderClassName
{
color: #7BCF65;
}
.AnyTagClassName
{
color: #7BCF65;
}
</style>
background-color css
<style>
a { background-color: #7BCF65; }
a { background-color: rgb(123,207,101); }
div.DivClassName
{
background-color: #7BCF65;
}
.BgClassName
{
background-color: #7BCF65;
}
</style>
border-color css
<style>
span { border-color: #7BCF65; }
span { border-color: rgb(123,207,101); }
td.TdClassName
{
border-color: #7BCF65;
}
.TagClassName
{
border-color: #7BCF65;
}
</style>