Shades of Mantis #7DCF65
Tints of Mantis #7DCF65
RGB
CMYK
RGB Variations
Color information
#7DCF65 (or 0x7DCF65) is known color: Mantis. HEX triplet: 7D, CF and 65. RGB value is (125,207,101). Sum of RGB (Red+Green+Blue) = 125+207+101=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCF65 is #82309A. Grayscale: #AAAAAA. Windows color (decimal): -8532123 or 6672253. OLE color: 6672253.
HSL color Cylindrical-coordinate representation of color #7DCF65: hue angle of 106.42º 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 #7DCF65 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 101 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.19 |
| HSL | 106.42º | 0.52% | 0.6% | - |
| HSV(B) | 106.42º | 0.51% | 0.81% | - |
| XYZ | 33.12 | 49.93 | 20.2 | - |
| YUV | 170.4 | 88.83 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 101 | 0.40 | 0 | 0.51 | 0.19 | 106.42 | 0.52 | 0.6 |
| Hex | 7D | CF | 65 | 28 | 0 | 33 | 13 | 6A | 34 | 3C |
| Octal | 175 | 317 | 145 | 50 | 0 | 63 | 23 | 152 | 64 | 74 |
| Binary | 1111101 | 11001111 | 1100101 | 101000 | 0 | 110011 | 10011 | 1101010 | 110100 | 111100 |
Color Harmonies of #7DCF65
Complementary color
Monochromatic Colors of #7DCF65
Black with #7DCF65
Text Example
Text Example
White with #7DCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCF65; }
p { color: rgb(125,207,101); }
H1.HeaderClassName
{
color: #7DCF65;
}
.AnyTagClassName
{
color: #7DCF65;
}
</style>
background-color css
<style>
a { background-color: #7DCF65; }
a { background-color: rgb(125,207,101); }
div.DivClassName
{
background-color: #7DCF65;
}
.BgClassName
{
background-color: #7DCF65;
}
</style>
border-color css
<style>
span { border-color: #7DCF65; }
span { border-color: rgb(125,207,101); }
td.TdClassName
{
border-color: #7DCF65;
}
.TagClassName
{
border-color: #7DCF65;
}
</style>