Shades of Mindaro #D8F467
Tints of Mindaro #D8F467
RGB
CMYK
RGB Variations
Color information
#D8F467 (or 0xD8F467) is known color: Mindaro. HEX triplet: D8, F4 and 67. RGB value is (216,244,103). Sum of RGB (Red+Green+Blue) = 216+244+103=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 103 (40.62% from 255 or 18.29% from 563); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F467 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F467 is #270B98. Grayscale: #DCDCDC. Windows color (decimal): -2558873 or 6812888. OLE color: 6812888.
HSL color Cylindrical-coordinate representation of color #D8F467: hue angle of 71.91º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8F467 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 244 | 103 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.04 |
| HSL | 71.91º | 0.87% | 0.68% | - |
| HSV(B) | 71.91º | 0.58% | 0.96% | - |
| XYZ | 63.12 | 80.28 | 25 | - |
| YUV | 219.55 | 62.22 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 244 | 103 | 0.11 | 0 | 0.58 | 0.04 | 71.91 | 0.87 | 0.68 |
| Hex | D8 | F4 | 67 | B | 0 | 3A | 4 | 48 | 57 | 44 |
| Octal | 330 | 364 | 147 | 13 | 0 | 72 | 4 | 110 | 127 | 104 |
| Binary | 11011000 | 11110100 | 1100111 | 1011 | 0 | 111010 | 100 | 1001000 | 1010111 | 1000100 |
Color Harmonies of #D8F467
Complementary color
Monochromatic Colors of #D8F467
Black with #D8F467
Text Example
Text Example
White with #D8F467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F467; }
p { color: rgb(216,244,103); }
H1.HeaderClassName
{
color: #D8F467;
}
.AnyTagClassName
{
color: #D8F467;
}
</style>
background-color css
<style>
a { background-color: #D8F467; }
a { background-color: rgb(216,244,103); }
div.DivClassName
{
background-color: #D8F467;
}
.BgClassName
{
background-color: #D8F467;
}
</style>
border-color css
<style>
span { border-color: #D8F467; }
span { border-color: rgb(216,244,103); }
td.TdClassName
{
border-color: #D8F467;
}
.TagClassName
{
border-color: #D8F467;
}
</style>