Shades of Mindaro #D8F366
Tints of Mindaro #D8F366
RGB
CMYK
RGB Variations
Color information
#D8F366 (or 0xD8F366) is known color: Mindaro. HEX triplet: D8, F3 and 66. RGB value is (216,243,102). Sum of RGB (Red+Green+Blue) = 216+243+102=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 102 (40.23% from 255 or 18.18% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F366 is #270C99. Grayscale: #DBDBDB. Windows color (decimal): -2559130 or 6747096. OLE color: 6747096.
HSL color Cylindrical-coordinate representation of color #D8F366: hue angle of 71.49º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8F366 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 102 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.05 |
| HSL | 71.49º | 0.85% | 0.68% | - |
| HSV(B) | 71.49º | 0.58% | 0.95% | - |
| XYZ | 62.77 | 79.66 | 24.64 | - |
| YUV | 218.85 | 62.05 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 102 | 0.11 | 0 | 0.58 | 0.05 | 71.49 | 0.85 | 0.68 |
| Hex | D8 | F3 | 66 | B | 0 | 3A | 5 | 47 | 55 | 44 |
| Octal | 330 | 363 | 146 | 13 | 0 | 72 | 5 | 107 | 125 | 104 |
| Binary | 11011000 | 11110011 | 1100110 | 1011 | 0 | 111010 | 101 | 1000111 | 1010101 | 1000100 |
Color Harmonies of #D8F366
Complementary color
Monochromatic Colors of #D8F366
Black with #D8F366
Text Example
Text Example
White with #D8F366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F366; }
p { color: rgb(216,243,102); }
H1.HeaderClassName
{
color: #D8F366;
}
.AnyTagClassName
{
color: #D8F366;
}
</style>
background-color css
<style>
a { background-color: #D8F366; }
a { background-color: rgb(216,243,102); }
div.DivClassName
{
background-color: #D8F366;
}
.BgClassName
{
background-color: #D8F366;
}
</style>
border-color css
<style>
span { border-color: #D8F366; }
span { border-color: rgb(216,243,102); }
td.TdClassName
{
border-color: #D8F366;
}
.TagClassName
{
border-color: #D8F366;
}
</style>