Shades of Mindaro #D8F27D
Tints of Mindaro #D8F27D
RGB
CMYK
RGB Variations
Color information
#D8F27D (or 0xD8F27D) is known color: Mindaro. HEX triplet: D8, F2 and 7D. RGB value is (216,242,125). Sum of RGB (Red+Green+Blue) = 216+242+125=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F27D is #270D82. Grayscale: #DDDDDD. Windows color (decimal): -2559363 or 8254168. OLE color: 8254168.
HSL color Cylindrical-coordinate representation of color #D8F27D: hue angle of 73.33º degrees, saturation: 0.82, 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 #D8F27D is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 125 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.05 |
| HSL | 73.33º | 0.82% | 0.72% | - |
| HSV(B) | 73.33º | 0.48% | 0.95% | - |
| XYZ | 63.77 | 79.58 | 31.4 | - |
| YUV | 220.89 | 73.89 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 125 | 0.11 | 0 | 0.48 | 0.05 | 73.33 | 0.82 | 0.72 |
| Hex | D8 | F2 | 7D | B | 0 | 30 | 5 | 49 | 52 | 48 |
| Octal | 330 | 362 | 175 | 13 | 0 | 60 | 5 | 111 | 122 | 110 |
| Binary | 11011000 | 11110010 | 1111101 | 1011 | 0 | 110000 | 101 | 1001001 | 1010010 | 1001000 |
Color Harmonies of #D8F27D
Complementary color
Monochromatic Colors of #D8F27D
Black with #D8F27D
Text Example
Text Example
White with #D8F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F27D; }
p { color: rgb(216,242,125); }
H1.HeaderClassName
{
color: #D8F27D;
}
.AnyTagClassName
{
color: #D8F27D;
}
</style>
background-color css
<style>
a { background-color: #D8F27D; }
a { background-color: rgb(216,242,125); }
div.DivClassName
{
background-color: #D8F27D;
}
.BgClassName
{
background-color: #D8F27D;
}
</style>
border-color css
<style>
span { border-color: #D8F27D; }
span { border-color: rgb(216,242,125); }
td.TdClassName
{
border-color: #D8F27D;
}
.TagClassName
{
border-color: #D8F27D;
}
</style>