Shades of Mindaro #D8F37C
Tints of Mindaro #D8F37C
RGB
CMYK
RGB Variations
Color information
#D8F37C (or 0xD8F37C) is known color: Mindaro. HEX triplet: D8, F3 and 7C. RGB value is (216,243,124). Sum of RGB (Red+Green+Blue) = 216+243+124=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F37C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F37C is #270C83. Grayscale: #DDDDDD. Windows color (decimal): -2559108 or 8188888. OLE color: 8188888.
HSL color Cylindrical-coordinate representation of color #D8F37C: hue angle of 73.61º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8F37C is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 124 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.05 |
| HSL | 73.61º | 0.83% | 0.72% | - |
| HSV(B) | 73.61º | 0.49% | 0.95% | - |
| XYZ | 64.01 | 80.16 | 31.17 | - |
| YUV | 221.36 | 73.05 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 124 | 0.11 | 0 | 0.49 | 0.05 | 73.61 | 0.83 | 0.72 |
| Hex | D8 | F3 | 7C | B | 0 | 31 | 5 | 4A | 53 | 48 |
| Octal | 330 | 363 | 174 | 13 | 0 | 61 | 5 | 112 | 123 | 110 |
| Binary | 11011000 | 11110011 | 1111100 | 1011 | 0 | 110001 | 101 | 1001010 | 1010011 | 1001000 |
Color Harmonies of #D8F37C
Complementary color
Monochromatic Colors of #D8F37C
Black with #D8F37C
Text Example
Text Example
White with #D8F37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F37C; }
p { color: rgb(216,243,124); }
H1.HeaderClassName
{
color: #D8F37C;
}
.AnyTagClassName
{
color: #D8F37C;
}
</style>
background-color css
<style>
a { background-color: #D8F37C; }
a { background-color: rgb(216,243,124); }
div.DivClassName
{
background-color: #D8F37C;
}
.BgClassName
{
background-color: #D8F37C;
}
</style>
border-color css
<style>
span { border-color: #D8F37C; }
span { border-color: rgb(216,243,124); }
td.TdClassName
{
border-color: #D8F37C;
}
.TagClassName
{
border-color: #D8F37C;
}
</style>