Shades of Mantis #7DCE43
Tints of Mantis #7DCE43
RGB
CMYK
RGB Variations
Color information
#7DCE43 (or 0x7DCE43) is known color: Mantis. HEX triplet: 7D, CE and 43. RGB value is (125,206,67). Sum of RGB (Red+Green+Blue) = 125+206+67=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCE43 is #8231BC. Grayscale: #A6A6A6. Windows color (decimal): -8532413 or 4443773. OLE color: 4443773.
HSL color Cylindrical-coordinate representation of color #7DCE43: hue angle of 94.96º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DCE43 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 67 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.19 |
| HSL | 94.96º | 0.59% | 0.54% | - |
| HSV(B) | 94.96º | 0.67% | 0.81% | - |
| XYZ | 31.54 | 48.91 | 13.09 | - |
| YUV | 165.94 | 72.16 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 67 | 0.39 | 0 | 0.67 | 0.19 | 94.96 | 0.59 | 0.54 |
| Hex | 7D | CE | 43 | 27 | 0 | 43 | 13 | 5F | 3B | 36 |
| Octal | 175 | 316 | 103 | 47 | 0 | 103 | 23 | 137 | 73 | 66 |
| Binary | 1111101 | 11001110 | 1000011 | 100111 | 0 | 1000011 | 10011 | 1011111 | 111011 | 110110 |
Color Harmonies of #7DCE43
Complementary color
Monochromatic Colors of #7DCE43
Black with #7DCE43
Text Example
Text Example
White with #7DCE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE43; }
p { color: rgb(125,206,67); }
H1.HeaderClassName
{
color: #7DCE43;
}
.AnyTagClassName
{
color: #7DCE43;
}
</style>
background-color css
<style>
a { background-color: #7DCE43; }
a { background-color: rgb(125,206,67); }
div.DivClassName
{
background-color: #7DCE43;
}
.BgClassName
{
background-color: #7DCE43;
}
</style>
border-color css
<style>
span { border-color: #7DCE43; }
span { border-color: rgb(125,206,67); }
td.TdClassName
{
border-color: #7DCE43;
}
.TagClassName
{
border-color: #7DCE43;
}
</style>