Shades of Mindaro #D8F95D
Tints of Mindaro #D8F95D
RGB
CMYK
RGB Variations
Color information
#D8F95D (or 0xD8F95D) is known color: Mindaro. HEX triplet: D8, F9 and 5D. RGB value is (216,249,93). Sum of RGB (Red+Green+Blue) = 216+249+93=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 93 (36.72% from 255 or 16.67% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F95D is #2706A2. Grayscale: #DDDDDD. Windows color (decimal): -2557603 or 6158808. OLE color: 6158808.
HSL color Cylindrical-coordinate representation of color #D8F95D: hue angle of 72.69º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8F95D is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 249 | 93 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.02 |
| HSL | 72.69º | 0.93% | 0.67% | - |
| HSV(B) | 72.69º | 0.63% | 0.98% | - |
| XYZ | 64.17 | 83.14 | 23.02 | - |
| YUV | 221.35 | 55.57 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 249 | 93 | 0.13 | 0 | 0.63 | 0.02 | 72.69 | 0.93 | 0.67 |
| Hex | D8 | F9 | 5D | D | 0 | 3F | 2 | 49 | 5D | 43 |
| Octal | 330 | 371 | 135 | 15 | 0 | 77 | 2 | 111 | 135 | 103 |
| Binary | 11011000 | 11111001 | 1011101 | 1101 | 0 | 111111 | 10 | 1001001 | 1011101 | 1000011 |
Color Harmonies of #D8F95D
Complementary color
Monochromatic Colors of #D8F95D
Black with #D8F95D
Text Example
Text Example
White with #D8F95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F95D; }
p { color: rgb(216,249,93); }
H1.HeaderClassName
{
color: #D8F95D;
}
.AnyTagClassName
{
color: #D8F95D;
}
</style>
background-color css
<style>
a { background-color: #D8F95D; }
a { background-color: rgb(216,249,93); }
div.DivClassName
{
background-color: #D8F95D;
}
.BgClassName
{
background-color: #D8F95D;
}
</style>
border-color css
<style>
span { border-color: #D8F95D; }
span { border-color: rgb(216,249,93); }
td.TdClassName
{
border-color: #D8F95D;
}
.TagClassName
{
border-color: #D8F95D;
}
</style>