Shades of Mantis #7CCF4B
Tints of Mantis #7CCF4B
RGB
CMYK
RGB Variations
Color information
#7CCF4B (or 0x7CCF4B) is known color: Mantis. HEX triplet: 7C, CF and 4B. RGB value is (124,207,75). Sum of RGB (Red+Green+Blue) = 124+207+75=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCF4B is #8330B4. Grayscale: #A7A7A7. Windows color (decimal): -8597685 or 4968316. OLE color: 4968316.
HSL color Cylindrical-coordinate representation of color #7CCF4B: hue angle of 97.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CCF4B is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 75 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.19 |
| HSL | 97.73º | 0.58% | 0.55% | - |
| HSV(B) | 97.73º | 0.64% | 0.81% | - |
| XYZ | 31.9 | 49.42 | 14.51 | - |
| YUV | 167.14 | 76 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 75 | 0.40 | 0 | 0.64 | 0.19 | 97.73 | 0.58 | 0.55 |
| Hex | 7C | CF | 4B | 28 | 0 | 40 | 13 | 62 | 3A | 37 |
| Octal | 174 | 317 | 113 | 50 | 0 | 100 | 23 | 142 | 72 | 67 |
| Binary | 1111100 | 11001111 | 1001011 | 101000 | 0 | 1000000 | 10011 | 1100010 | 111010 | 110111 |
Color Harmonies of #7CCF4B
Complementary color
Monochromatic Colors of #7CCF4B
Black with #7CCF4B
Text Example
Text Example
White with #7CCF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF4B; }
p { color: rgb(124,207,75); }
H1.HeaderClassName
{
color: #7CCF4B;
}
.AnyTagClassName
{
color: #7CCF4B;
}
</style>
background-color css
<style>
a { background-color: #7CCF4B; }
a { background-color: rgb(124,207,75); }
div.DivClassName
{
background-color: #7CCF4B;
}
.BgClassName
{
background-color: #7CCF4B;
}
</style>
border-color css
<style>
span { border-color: #7CCF4B; }
span { border-color: rgb(124,207,75); }
td.TdClassName
{
border-color: #7CCF4B;
}
.TagClassName
{
border-color: #7CCF4B;
}
</style>