Shades of Mindaro #D8F975
Tints of Mindaro #D8F975
RGB
CMYK
RGB Variations
Color information
#D8F975 (or 0xD8F975) is known color: Mindaro. HEX triplet: D8, F9 and 75. RGB value is (216,249,117). Sum of RGB (Red+Green+Blue) = 216+249+117=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 117 (46.09% from 255 or 20.10% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F975 is #27068A. Grayscale: #E0E0E0. Windows color (decimal): -2557579 or 7731672. OLE color: 7731672.
HSL color Cylindrical-coordinate representation of color #D8F975: hue angle of 75º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8F975 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 249 | 117 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.02 |
| HSL | 75º | 0.92% | 0.72% | - |
| HSV(B) | 75º | 0.53% | 0.98% | - |
| XYZ | 65.41 | 83.63 | 29.53 | - |
| YUV | 224.09 | 67.57 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 249 | 117 | 0.13 | 0 | 0.53 | 0.02 | 75 | 0.92 | 0.72 |
| Hex | D8 | F9 | 75 | D | 0 | 35 | 2 | 4B | 5C | 48 |
| Octal | 330 | 371 | 165 | 15 | 0 | 65 | 2 | 113 | 134 | 110 |
| Binary | 11011000 | 11111001 | 1110101 | 1101 | 0 | 110101 | 10 | 1001011 | 1011100 | 1001000 |
Color Harmonies of #D8F975
Complementary color
Monochromatic Colors of #D8F975
Black with #D8F975
Text Example
Text Example
White with #D8F975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F975; }
p { color: rgb(216,249,117); }
H1.HeaderClassName
{
color: #D8F975;
}
.AnyTagClassName
{
color: #D8F975;
}
</style>
background-color css
<style>
a { background-color: #D8F975; }
a { background-color: rgb(216,249,117); }
div.DivClassName
{
background-color: #D8F975;
}
.BgClassName
{
background-color: #D8F975;
}
</style>
border-color css
<style>
span { border-color: #D8F975; }
span { border-color: rgb(216,249,117); }
td.TdClassName
{
border-color: #D8F975;
}
.TagClassName
{
border-color: #D8F975;
}
</style>