Shades of Mantis #7DCE3C
Tints of Mantis #7DCE3C
RGB
CMYK
RGB Variations
Color information
#7DCE3C (or 0x7DCE3C) is known color: Mantis. HEX triplet: 7D, CE and 3C. RGB value is (125,206,60). Sum of RGB (Red+Green+Blue) = 125+206+60=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 206 (80.86% from 255 or 52.69% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCE3C is #8231C3. Grayscale: #A5A5A5. Windows color (decimal): -8532420 or 3985021. OLE color: 3985021.
HSL color Cylindrical-coordinate representation of color #7DCE3C: hue angle of 93.29º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DCE3C is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 60 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.19 |
| HSL | 93.29º | 0.6% | 0.52% | - |
| HSV(B) | 93.29º | 0.71% | 0.81% | - |
| XYZ | 31.34 | 48.83 | 12.05 | - |
| YUV | 165.14 | 68.66 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 60 | 0.39 | 0 | 0.71 | 0.19 | 93.29 | 0.6 | 0.52 |
| Hex | 7D | CE | 3C | 27 | 0 | 47 | 13 | 5D | 3C | 34 |
| Octal | 175 | 316 | 74 | 47 | 0 | 107 | 23 | 135 | 74 | 64 |
| Binary | 1111101 | 11001110 | 111100 | 100111 | 0 | 1000111 | 10011 | 1011101 | 111100 | 110100 |
Color Harmonies of #7DCE3C
Complementary color
Monochromatic Colors of #7DCE3C
Black with #7DCE3C
Text Example
Text Example
White with #7DCE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE3C; }
p { color: rgb(125,206,60); }
H1.HeaderClassName
{
color: #7DCE3C;
}
.AnyTagClassName
{
color: #7DCE3C;
}
</style>
background-color css
<style>
a { background-color: #7DCE3C; }
a { background-color: rgb(125,206,60); }
div.DivClassName
{
background-color: #7DCE3C;
}
.BgClassName
{
background-color: #7DCE3C;
}
</style>
border-color css
<style>
span { border-color: #7DCE3C; }
span { border-color: rgb(125,206,60); }
td.TdClassName
{
border-color: #7DCE3C;
}
.TagClassName
{
border-color: #7DCE3C;
}
</style>