Shades of Mantis #7DC33F
Tints of Mantis #7DC33F
RGB
CMYK
RGB Variations
Color information
#7DC33F (or 0x7DC33F) is known color: Mantis. HEX triplet: 7D, C3 and 3F. RGB value is (125,195,63). Sum of RGB (Red+Green+Blue) = 125+195+63=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC33F is #823CC0. Grayscale: #9F9F9F. Windows color (decimal): -8535233 or 4178813. OLE color: 4178813.
HSL color Cylindrical-coordinate representation of color #7DC33F: hue angle of 91.82º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DC33F is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 195 | 63 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.24 |
| HSL | 91.82º | 0.52% | 0.51% | - |
| HSV(B) | 91.82º | 0.68% | 0.76% | - |
| XYZ | 28.87 | 43.75 | 11.63 | - |
| YUV | 159.02 | 73.81 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 195 | 63 | 0.36 | 0 | 0.68 | 0.24 | 91.82 | 0.52 | 0.51 |
| Hex | 7D | C3 | 3F | 24 | 0 | 44 | 18 | 5C | 34 | 33 |
| Octal | 175 | 303 | 77 | 44 | 0 | 104 | 30 | 134 | 64 | 63 |
| Binary | 1111101 | 11000011 | 111111 | 100100 | 0 | 1000100 | 11000 | 1011100 | 110100 | 110011 |
Color Harmonies of #7DC33F
Complementary color
Monochromatic Colors of #7DC33F
Black with #7DC33F
Text Example
Text Example
White with #7DC33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC33F; }
p { color: rgb(125,195,63); }
H1.HeaderClassName
{
color: #7DC33F;
}
.AnyTagClassName
{
color: #7DC33F;
}
</style>
background-color css
<style>
a { background-color: #7DC33F; }
a { background-color: rgb(125,195,63); }
div.DivClassName
{
background-color: #7DC33F;
}
.BgClassName
{
background-color: #7DC33F;
}
</style>
border-color css
<style>
span { border-color: #7DC33F; }
span { border-color: rgb(125,195,63); }
td.TdClassName
{
border-color: #7DC33F;
}
.TagClassName
{
border-color: #7DC33F;
}
</style>