Shades of Mindaro #D8E768
Tints of Mindaro #D8E768
RGB
CMYK
RGB Variations
Color information
#D8E768 (or 0xD8E768) is known color: Mindaro. HEX triplet: D8, E7 and 68. RGB value is (216,231,104). Sum of RGB (Red+Green+Blue) = 216+231+104=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 231 - color contains mainly: green. Hex color #D8E768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E768 is #271897. Grayscale: #D4D4D4. Windows color (decimal): -2562200 or 6875096. OLE color: 6875096.
HSL color Cylindrical-coordinate representation of color #D8E768: hue angle of 67.09º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8E768 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 231 | 104 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.09 |
| HSL | 67.09º | 0.73% | 0.66% | - |
| HSV(B) | 67.09º | 0.55% | 0.91% | - |
| XYZ | 59.39 | 72.75 | 24.01 | - |
| YUV | 212.04 | 67.03 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 231 | 104 | 0.06 | 0 | 0.55 | 0.09 | 67.09 | 0.73 | 0.66 |
| Hex | D8 | E7 | 68 | 6 | 0 | 37 | 9 | 43 | 49 | 42 |
| Octal | 330 | 347 | 150 | 6 | 0 | 67 | 11 | 103 | 111 | 102 |
| Binary | 11011000 | 11100111 | 1101000 | 110 | 0 | 110111 | 1001 | 1000011 | 1001001 | 1000010 |
Color Harmonies of #D8E768
Complementary color
Monochromatic Colors of #D8E768
Black with #D8E768
Text Example
Text Example
White with #D8E768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E768; }
p { color: rgb(216,231,104); }
H1.HeaderClassName
{
color: #D8E768;
}
.AnyTagClassName
{
color: #D8E768;
}
</style>
background-color css
<style>
a { background-color: #D8E768; }
a { background-color: rgb(216,231,104); }
div.DivClassName
{
background-color: #D8E768;
}
.BgClassName
{
background-color: #D8E768;
}
</style>
border-color css
<style>
span { border-color: #D8E768; }
span { border-color: rgb(216,231,104); }
td.TdClassName
{
border-color: #D8E768;
}
.TagClassName
{
border-color: #D8E768;
}
</style>