Shades of Mindaro #D8F37E
Tints of Mindaro #D8F37E
RGB
CMYK
RGB Variations
Color information
#D8F37E (or 0xD8F37E) is known color: Mindaro. HEX triplet: D8, F3 and 7E. RGB value is (216,243,126). Sum of RGB (Red+Green+Blue) = 216+243+126=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 126 (49.61% from 255 or 21.54% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F37E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F37E is #270C81. Grayscale: #DEDEDE. Windows color (decimal): -2559106 or 8319960. OLE color: 8319960.
HSL color Cylindrical-coordinate representation of color #D8F37E: hue angle of 73.85º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8F37E is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 126 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.05 |
| HSL | 73.85º | 0.83% | 0.72% | - |
| HSV(B) | 73.85º | 0.48% | 0.95% | - |
| XYZ | 64.14 | 80.21 | 31.84 | - |
| YUV | 221.59 | 74.05 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 126 | 0.11 | 0 | 0.48 | 0.05 | 73.85 | 0.83 | 0.72 |
| Hex | D8 | F3 | 7E | B | 0 | 30 | 5 | 4A | 53 | 48 |
| Octal | 330 | 363 | 176 | 13 | 0 | 60 | 5 | 112 | 123 | 110 |
| Binary | 11011000 | 11110011 | 1111110 | 1011 | 0 | 110000 | 101 | 1001010 | 1010011 | 1001000 |
Color Harmonies of #D8F37E
Complementary color
Monochromatic Colors of #D8F37E
Black with #D8F37E
Text Example
Text Example
White with #D8F37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F37E; }
p { color: rgb(216,243,126); }
H1.HeaderClassName
{
color: #D8F37E;
}
.AnyTagClassName
{
color: #D8F37E;
}
</style>
background-color css
<style>
a { background-color: #D8F37E; }
a { background-color: rgb(216,243,126); }
div.DivClassName
{
background-color: #D8F37E;
}
.BgClassName
{
background-color: #D8F37E;
}
</style>
border-color css
<style>
span { border-color: #D8F37E; }
span { border-color: rgb(216,243,126); }
td.TdClassName
{
border-color: #D8F37E;
}
.TagClassName
{
border-color: #D8F37E;
}
</style>