Shades of Mantis #7DCC43
Tints of Mantis #7DCC43
RGB
CMYK
RGB Variations
Color information
#7DCC43 (or 0x7DCC43) is known color: Mantis. HEX triplet: 7D, CC and 43. RGB value is (125,204,67). Sum of RGB (Red+Green+Blue) = 125+204+67=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCC43 is #8233BC. Grayscale: #A5A5A5. Windows color (decimal): -8532925 or 4443261. OLE color: 4443261.
HSL color Cylindrical-coordinate representation of color #7DCC43: hue angle of 94.6º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DCC43 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 67 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.2 |
| HSL | 94.6º | 0.57% | 0.53% | - |
| HSV(B) | 94.6º | 0.67% | 0.8% | - |
| XYZ | 31.06 | 47.95 | 12.93 | - |
| YUV | 164.76 | 72.83 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 67 | 0.39 | 0 | 0.67 | 0.2 | 94.6 | 0.57 | 0.53 |
| Hex | 7D | CC | 43 | 27 | 0 | 43 | 14 | 5F | 39 | 35 |
| Octal | 175 | 314 | 103 | 47 | 0 | 103 | 24 | 137 | 71 | 65 |
| Binary | 1111101 | 11001100 | 1000011 | 100111 | 0 | 1000011 | 10100 | 1011111 | 111001 | 110101 |
Color Harmonies of #7DCC43
Complementary color
Monochromatic Colors of #7DCC43
Black with #7DCC43
Text Example
Text Example
White with #7DCC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC43; }
p { color: rgb(125,204,67); }
H1.HeaderClassName
{
color: #7DCC43;
}
.AnyTagClassName
{
color: #7DCC43;
}
</style>
background-color css
<style>
a { background-color: #7DCC43; }
a { background-color: rgb(125,204,67); }
div.DivClassName
{
background-color: #7DCC43;
}
.BgClassName
{
background-color: #7DCC43;
}
</style>
border-color css
<style>
span { border-color: #7DCC43; }
span { border-color: rgb(125,204,67); }
td.TdClassName
{
border-color: #7DCC43;
}
.TagClassName
{
border-color: #7DCC43;
}
</style>