Shades of Mindaro #D8F27B
Tints of Mindaro #D8F27B
RGB
CMYK
RGB Variations
Color information
#D8F27B (or 0xD8F27B) is known color: Mindaro. HEX triplet: D8, F2 and 7B. RGB value is (216,242,123). Sum of RGB (Red+Green+Blue) = 216+242+123=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 123 (48.44% from 255 or 21.17% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F27B is #270D84. Grayscale: #DDDDDD. Windows color (decimal): -2559365 or 8123096. OLE color: 8123096.
HSL color Cylindrical-coordinate representation of color #D8F27B: hue angle of 73.11º 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 #D8F27B is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 123 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.05 |
| HSL | 73.11º | 0.82% | 0.72% | - |
| HSV(B) | 73.11º | 0.49% | 0.95% | - |
| XYZ | 63.65 | 79.53 | 30.74 | - |
| YUV | 220.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 123 | 0.11 | 0 | 0.49 | 0.05 | 73.11 | 0.82 | 0.72 |
| Hex | D8 | F2 | 7B | B | 0 | 31 | 5 | 49 | 52 | 48 |
| Octal | 330 | 362 | 173 | 13 | 0 | 61 | 5 | 111 | 122 | 110 |
| Binary | 11011000 | 11110010 | 1111011 | 1011 | 0 | 110001 | 101 | 1001001 | 1010010 | 1001000 |
Color Harmonies of #D8F27B
Complementary color
Monochromatic Colors of #D8F27B
Black with #D8F27B
Text Example
Text Example
White with #D8F27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F27B; }
p { color: rgb(216,242,123); }
H1.HeaderClassName
{
color: #D8F27B;
}
.AnyTagClassName
{
color: #D8F27B;
}
</style>
background-color css
<style>
a { background-color: #D8F27B; }
a { background-color: rgb(216,242,123); }
div.DivClassName
{
background-color: #D8F27B;
}
.BgClassName
{
background-color: #D8F27B;
}
</style>
border-color css
<style>
span { border-color: #D8F27B; }
span { border-color: rgb(216,242,123); }
td.TdClassName
{
border-color: #D8F27B;
}
.TagClassName
{
border-color: #D8F27B;
}
</style>