Shades of Mantis #7DCF5C
Tints of Mantis #7DCF5C
RGB
CMYK
RGB Variations
Color information
#7DCF5C (or 0x7DCF5C) is known color: Mantis. HEX triplet: 7D, CF and 5C. RGB value is (125,207,92). Sum of RGB (Red+Green+Blue) = 125+207+92=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCF5C is #8230A3. Grayscale: #A9A9A9. Windows color (decimal): -8532132 or 6082429. OLE color: 6082429.
HSL color Cylindrical-coordinate representation of color #7DCF5C: hue angle of 102.78º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DCF5C is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 92 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.19 |
| HSL | 102.78º | 0.55% | 0.59% | - |
| HSV(B) | 102.78º | 0.56% | 0.81% | - |
| XYZ | 32.7 | 49.76 | 18.01 | - |
| YUV | 169.37 | 84.33 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 92 | 0.40 | 0 | 0.56 | 0.19 | 102.78 | 0.55 | 0.59 |
| Hex | 7D | CF | 5C | 28 | 0 | 38 | 13 | 67 | 37 | 3B |
| Octal | 175 | 317 | 134 | 50 | 0 | 70 | 23 | 147 | 67 | 73 |
| Binary | 1111101 | 11001111 | 1011100 | 101000 | 0 | 111000 | 10011 | 1100111 | 110111 | 111011 |
Color Harmonies of #7DCF5C
Complementary color
Monochromatic Colors of #7DCF5C
Black with #7DCF5C
Text Example
Text Example
White with #7DCF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCF5C; }
p { color: rgb(125,207,92); }
H1.HeaderClassName
{
color: #7DCF5C;
}
.AnyTagClassName
{
color: #7DCF5C;
}
</style>
background-color css
<style>
a { background-color: #7DCF5C; }
a { background-color: rgb(125,207,92); }
div.DivClassName
{
background-color: #7DCF5C;
}
.BgClassName
{
background-color: #7DCF5C;
}
</style>
border-color css
<style>
span { border-color: #7DCF5C; }
span { border-color: rgb(125,207,92); }
td.TdClassName
{
border-color: #7DCF5C;
}
.TagClassName
{
border-color: #7DCF5C;
}
</style>