Shades of Mantis #67DF4A
Tints of Mantis #67DF4A
RGB
CMYK
RGB Variations
Color information
#67DF4A (or 0x67DF4A) is known color: Mantis. HEX triplet: 67, DF and 4A. RGB value is (103,223,74). Sum of RGB (Red+Green+Blue) = 103+223+74=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 223 (87.5% from 255 or 55.75% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 223 - color contains mainly: green. Hex color #67DF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67DF4A is #9820B5. Grayscale: #AAAAAA. Windows color (decimal): -9969846 or 4906855. OLE color: 4906855.
HSL color Cylindrical-coordinate representation of color #67DF4A: hue angle of 108.32º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #67DF4A is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 223 | 74 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.13 |
| HSL | 108.32º | 0.7% | 0.58% | - |
| HSV(B) | 108.32º | 0.67% | 0.87% | - |
| XYZ | 33.22 | 56.15 | 15.57 | - |
| YUV | 170.13 | 73.74 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 223 | 74 | 0.54 | 0 | 0.67 | 0.13 | 108.32 | 0.7 | 0.58 |
| Hex | 67 | DF | 4A | 36 | 0 | 43 | D | 6C | 46 | 3A |
| Octal | 147 | 337 | 112 | 66 | 0 | 103 | 15 | 154 | 106 | 72 |
| Binary | 1100111 | 11011111 | 1001010 | 110110 | 0 | 1000011 | 1101 | 1101100 | 1000110 | 111010 |
Color Harmonies of #67DF4A
Complementary color
Monochromatic Colors of #67DF4A
Black with #67DF4A
Text Example
Text Example
White with #67DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DF4A; }
p { color: rgb(103,223,74); }
H1.HeaderClassName
{
color: #67DF4A;
}
.AnyTagClassName
{
color: #67DF4A;
}
</style>
background-color css
<style>
a { background-color: #67DF4A; }
a { background-color: rgb(103,223,74); }
div.DivClassName
{
background-color: #67DF4A;
}
.BgClassName
{
background-color: #67DF4A;
}
</style>
border-color css
<style>
span { border-color: #67DF4A; }
span { border-color: rgb(103,223,74); }
td.TdClassName
{
border-color: #67DF4A;
}
.TagClassName
{
border-color: #67DF4A;
}
</style>