Shades of Mantis #67DF4B
Tints of Mantis #67DF4B
RGB
CMYK
RGB Variations
Color information
#67DF4B (or 0x67DF4B) is known color: Mantis. HEX triplet: 67, DF and 4B. RGB value is (103,223,75). Sum of RGB (Red+Green+Blue) = 103+223+75=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #67DF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67DF4B is #9820B4. Grayscale: #AAAAAA. Windows color (decimal): -9969845 or 4972391. OLE color: 4972391.
HSL color Cylindrical-coordinate representation of color #67DF4B: hue angle of 108.65º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67DF4B is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 223 | 75 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.13 |
| HSL | 108.65º | 0.7% | 0.58% | - |
| HSV(B) | 108.65º | 0.66% | 0.87% | - |
| XYZ | 33.25 | 56.17 | 15.75 | - |
| YUV | 170.25 | 74.24 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 223 | 75 | 0.54 | 0 | 0.66 | 0.13 | 108.65 | 0.7 | 0.58 |
| Hex | 67 | DF | 4B | 36 | 0 | 42 | D | 6D | 46 | 3A |
| Octal | 147 | 337 | 113 | 66 | 0 | 102 | 15 | 155 | 106 | 72 |
| Binary | 1100111 | 11011111 | 1001011 | 110110 | 0 | 1000010 | 1101 | 1101101 | 1000110 | 111010 |
Color Harmonies of #67DF4B
Complementary color
Monochromatic Colors of #67DF4B
Black with #67DF4B
Text Example
Text Example
White with #67DF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DF4B; }
p { color: rgb(103,223,75); }
H1.HeaderClassName
{
color: #67DF4B;
}
.AnyTagClassName
{
color: #67DF4B;
}
</style>
background-color css
<style>
a { background-color: #67DF4B; }
a { background-color: rgb(103,223,75); }
div.DivClassName
{
background-color: #67DF4B;
}
.BgClassName
{
background-color: #67DF4B;
}
</style>
border-color css
<style>
span { border-color: #67DF4B; }
span { border-color: rgb(103,223,75); }
td.TdClassName
{
border-color: #67DF4B;
}
.TagClassName
{
border-color: #67DF4B;
}
</style>