Shades of Mindaro #D8F376
Tints of Mindaro #D8F376
RGB
CMYK
RGB Variations
Color information
#D8F376 (or 0xD8F376) is known color: Mindaro. HEX triplet: D8, F3 and 76. RGB value is (216,243,118). Sum of RGB (Red+Green+Blue) = 216+243+118=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 118 (46.48% from 255 or 20.45% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F376 is #270C89. Grayscale: #DDDDDD. Windows color (decimal): -2559114 or 7795672. OLE color: 7795672.
HSL color Cylindrical-coordinate representation of color #D8F376: hue angle of 72.96º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8F376 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 118 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.05 |
| HSL | 72.96º | 0.84% | 0.71% | - |
| HSV(B) | 72.96º | 0.51% | 0.95% | - |
| XYZ | 63.64 | 80.01 | 29.23 | - |
| YUV | 220.68 | 70.05 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 118 | 0.11 | 0 | 0.51 | 0.05 | 72.96 | 0.84 | 0.71 |
| Hex | D8 | F3 | 76 | B | 0 | 33 | 5 | 49 | 54 | 47 |
| Octal | 330 | 363 | 166 | 13 | 0 | 63 | 5 | 111 | 124 | 107 |
| Binary | 11011000 | 11110011 | 1110110 | 1011 | 0 | 110011 | 101 | 1001001 | 1010100 | 1000111 |
Color Harmonies of #D8F376
Complementary color
Monochromatic Colors of #D8F376
Black with #D8F376
Text Example
Text Example
White with #D8F376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F376; }
p { color: rgb(216,243,118); }
H1.HeaderClassName
{
color: #D8F376;
}
.AnyTagClassName
{
color: #D8F376;
}
</style>
background-color css
<style>
a { background-color: #D8F376; }
a { background-color: rgb(216,243,118); }
div.DivClassName
{
background-color: #D8F376;
}
.BgClassName
{
background-color: #D8F376;
}
</style>
border-color css
<style>
span { border-color: #D8F376; }
span { border-color: rgb(216,243,118); }
td.TdClassName
{
border-color: #D8F376;
}
.TagClassName
{
border-color: #D8F376;
}
</style>