Shades of Mindaro #D8F164
Tints of Mindaro #D8F164
RGB
CMYK
RGB Variations
Color information
#D8F164 (or 0xD8F164) is known color: Mindaro. HEX triplet: D8, F1 and 64. RGB value is (216,241,100). Sum of RGB (Red+Green+Blue) = 216+241+100=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F164 is #270E9B. Grayscale: #D9D9D9. Windows color (decimal): -2559644 or 6615512. OLE color: 6615512.
HSL color Cylindrical-coordinate representation of color #D8F164: hue angle of 70.64º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D8F164 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 100 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.05 |
| HSL | 70.64º | 0.83% | 0.67% | - |
| HSV(B) | 70.64º | 0.59% | 0.95% | - |
| XYZ | 62.07 | 78.43 | 23.92 | - |
| YUV | 217.45 | 61.72 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 100 | 0.10 | 0 | 0.59 | 0.05 | 70.64 | 0.83 | 0.67 |
| Hex | D8 | F1 | 64 | A | 0 | 3B | 5 | 47 | 53 | 43 |
| Octal | 330 | 361 | 144 | 12 | 0 | 73 | 5 | 107 | 123 | 103 |
| Binary | 11011000 | 11110001 | 1100100 | 1010 | 0 | 111011 | 101 | 1000111 | 1010011 | 1000011 |
Color Harmonies of #D8F164
Complementary color
Monochromatic Colors of #D8F164
Black with #D8F164
Text Example
Text Example
White with #D8F164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F164; }
p { color: rgb(216,241,100); }
H1.HeaderClassName
{
color: #D8F164;
}
.AnyTagClassName
{
color: #D8F164;
}
</style>
background-color css
<style>
a { background-color: #D8F164; }
a { background-color: rgb(216,241,100); }
div.DivClassName
{
background-color: #D8F164;
}
.BgClassName
{
background-color: #D8F164;
}
</style>
border-color css
<style>
span { border-color: #D8F164; }
span { border-color: rgb(216,241,100); }
td.TdClassName
{
border-color: #D8F164;
}
.TagClassName
{
border-color: #D8F164;
}
</style>