Shades of Mantis #7DDF53
Tints of Mantis #7DDF53
RGB
CMYK
RGB Variations
Color information
#7DDF53 (or 0x7DDF53) is known color: Mantis. HEX triplet: 7D, DF and 53. RGB value is (125,223,83). Sum of RGB (Red+Green+Blue) = 125+223+83=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDF53 is #8220AC. Grayscale: #B2B2B2. Windows color (decimal): -8528045 or 5496701. OLE color: 5496701.
HSL color Cylindrical-coordinate representation of color #7DDF53: hue angle of 102º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DDF53 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 83 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.13 |
| HSL | 102º | 0.69% | 0.6% | - |
| HSV(B) | 102º | 0.63% | 0.87% | - |
| XYZ | 36.41 | 57.76 | 17.41 | - |
| YUV | 177.74 | 74.53 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 83 | 0.44 | 0 | 0.63 | 0.13 | 102 | 0.69 | 0.6 |
| Hex | 7D | DF | 53 | 2C | 0 | 3F | D | 66 | 45 | 3C |
| Octal | 175 | 337 | 123 | 54 | 0 | 77 | 15 | 146 | 105 | 74 |
| Binary | 1111101 | 11011111 | 1010011 | 101100 | 0 | 111111 | 1101 | 1100110 | 1000101 | 111100 |
Color Harmonies of #7DDF53
Complementary color
Monochromatic Colors of #7DDF53
Black with #7DDF53
Text Example
Text Example
White with #7DDF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDF53; }
p { color: rgb(125,223,83); }
H1.HeaderClassName
{
color: #7DDF53;
}
.AnyTagClassName
{
color: #7DDF53;
}
</style>
background-color css
<style>
a { background-color: #7DDF53; }
a { background-color: rgb(125,223,83); }
div.DivClassName
{
background-color: #7DDF53;
}
.BgClassName
{
background-color: #7DDF53;
}
</style>
border-color css
<style>
span { border-color: #7DDF53; }
span { border-color: rgb(125,223,83); }
td.TdClassName
{
border-color: #7DDF53;
}
.TagClassName
{
border-color: #7DDF53;
}
</style>