Shades of Mindaro #D8F27C
Tints of Mindaro #D8F27C
RGB
CMYK
RGB Variations
Color information
#D8F27C (or 0xD8F27C) is known color: Mindaro. HEX triplet: D8, F2 and 7C. RGB value is (216,242,124). Sum of RGB (Red+Green+Blue) = 216+242+124=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 124 (48.83% from 255 or 21.31% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F27C is #270D83. Grayscale: #DDDDDD. Windows color (decimal): -2559364 or 8188632. OLE color: 8188632.
HSL color Cylindrical-coordinate representation of color #D8F27C: hue angle of 73.22º degrees, saturation: 0.82, 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 #D8F27C is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 124 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.05 |
| HSL | 73.22º | 0.82% | 0.72% | - |
| HSV(B) | 73.22º | 0.49% | 0.95% | - |
| XYZ | 63.71 | 79.56 | 31.07 | - |
| YUV | 220.77 | 73.39 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 124 | 0.11 | 0 | 0.49 | 0.05 | 73.22 | 0.82 | 0.72 |
| Hex | D8 | F2 | 7C | B | 0 | 31 | 5 | 49 | 52 | 48 |
| Octal | 330 | 362 | 174 | 13 | 0 | 61 | 5 | 111 | 122 | 110 |
| Binary | 11011000 | 11110010 | 1111100 | 1011 | 0 | 110001 | 101 | 1001001 | 1010010 | 1001000 |
Color Harmonies of #D8F27C
Complementary color
Monochromatic Colors of #D8F27C
Black with #D8F27C
Text Example
Text Example
White with #D8F27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F27C; }
p { color: rgb(216,242,124); }
H1.HeaderClassName
{
color: #D8F27C;
}
.AnyTagClassName
{
color: #D8F27C;
}
</style>
background-color css
<style>
a { background-color: #D8F27C; }
a { background-color: rgb(216,242,124); }
div.DivClassName
{
background-color: #D8F27C;
}
.BgClassName
{
background-color: #D8F27C;
}
</style>
border-color css
<style>
span { border-color: #D8F27C; }
span { border-color: rgb(216,242,124); }
td.TdClassName
{
border-color: #D8F27C;
}
.TagClassName
{
border-color: #D8F27C;
}
</style>