Shades of Mindaro #D8FB72
Tints of Mindaro #D8FB72
RGB
CMYK
RGB Variations
Color information
#D8FB72 (or 0xD8FB72) is known color: Mindaro. HEX triplet: D8, FB and 72. RGB value is (216,251,114). Sum of RGB (Red+Green+Blue) = 216+251+114=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 114 (44.92% from 255 or 19.62% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #D8FB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FB72 is #27048D. Grayscale: #E1E1E1. Windows color (decimal): -2557070 or 7535576. OLE color: 7535576.
HSL color Cylindrical-coordinate representation of color #D8FB72: hue angle of 75.33º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8FB72 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 251 | 114 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.02 |
| HSL | 75.33º | 0.94% | 0.72% | - |
| HSV(B) | 75.33º | 0.55% | 0.98% | - |
| XYZ | 65.85 | 84.81 | 28.82 | - |
| YUV | 224.92 | 65.4 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 251 | 114 | 0.14 | 0 | 0.55 | 0.02 | 75.33 | 0.94 | 0.72 |
| Hex | D8 | FB | 72 | E | 0 | 37 | 2 | 4B | 5E | 48 |
| Octal | 330 | 373 | 162 | 16 | 0 | 67 | 2 | 113 | 136 | 110 |
| Binary | 11011000 | 11111011 | 1110010 | 1110 | 0 | 110111 | 10 | 1001011 | 1011110 | 1001000 |
Color Harmonies of #D8FB72
Complementary color
Monochromatic Colors of #D8FB72
Black with #D8FB72
Text Example
Text Example
White with #D8FB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FB72; }
p { color: rgb(216,251,114); }
H1.HeaderClassName
{
color: #D8FB72;
}
.AnyTagClassName
{
color: #D8FB72;
}
</style>
background-color css
<style>
a { background-color: #D8FB72; }
a { background-color: rgb(216,251,114); }
div.DivClassName
{
background-color: #D8FB72;
}
.BgClassName
{
background-color: #D8FB72;
}
</style>
border-color css
<style>
span { border-color: #D8FB72; }
span { border-color: rgb(216,251,114); }
td.TdClassName
{
border-color: #D8FB72;
}
.TagClassName
{
border-color: #D8FB72;
}
</style>