Shades of Mindaro #D8FD74
Tints of Mindaro #D8FD74
RGB
CMYK
RGB Variations
Color information
#D8FD74 (or 0xD8FD74) is known color: Mindaro. HEX triplet: D8, FD and 74. RGB value is (216,253,116). Sum of RGB (Red+Green+Blue) = 216+253+116=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 116 (45.70% from 255 or 19.83% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FD74 is #27028B. Grayscale: #E2E2E2. Windows color (decimal): -2556556 or 7667160. OLE color: 7667160.
HSL color Cylindrical-coordinate representation of color #D8FD74: hue angle of 76.2º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8FD74 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 253 | 116 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.01 |
| HSL | 76.2º | 0.97% | 0.72% | - |
| HSV(B) | 76.2º | 0.54% | 0.99% | - |
| XYZ | 66.6 | 86.11 | 29.63 | - |
| YUV | 226.32 | 65.74 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 253 | 116 | 0.15 | 0 | 0.54 | 0.01 | 76.2 | 0.97 | 0.72 |
| Hex | D8 | FD | 74 | F | 0 | 36 | 1 | 4C | 61 | 48 |
| Octal | 330 | 375 | 164 | 17 | 0 | 66 | 1 | 114 | 141 | 110 |
| Binary | 11011000 | 11111101 | 1110100 | 1111 | 0 | 110110 | 1 | 1001100 | 1100001 | 1001000 |
Color Harmonies of #D8FD74
Complementary color
Monochromatic Colors of #D8FD74
Black with #D8FD74
Text Example
Text Example
White with #D8FD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FD74; }
p { color: rgb(216,253,116); }
H1.HeaderClassName
{
color: #D8FD74;
}
.AnyTagClassName
{
color: #D8FD74;
}
</style>
background-color css
<style>
a { background-color: #D8FD74; }
a { background-color: rgb(216,253,116); }
div.DivClassName
{
background-color: #D8FD74;
}
.BgClassName
{
background-color: #D8FD74;
}
</style>
border-color css
<style>
span { border-color: #D8FD74; }
span { border-color: rgb(216,253,116); }
td.TdClassName
{
border-color: #D8FD74;
}
.TagClassName
{
border-color: #D8FD74;
}
</style>