Shades of Mindaro #D9F27B
Tints of Mindaro #D9F27B
RGB
CMYK
RGB Variations
Color information
#D9F27B (or 0xD9F27B) is known color: Mindaro. HEX triplet: D9, F2 and 7B. RGB value is (217,242,123). Sum of RGB (Red+Green+Blue) = 217+242+123=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F27B is #260D84. Grayscale: #DDDDDD. Windows color (decimal): -2493829 or 8123097. OLE color: 8123097.
HSL color Cylindrical-coordinate representation of color #D9F27B: hue angle of 72.61º 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 #D9F27B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 123 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.05 |
| HSL | 72.61º | 0.82% | 0.72% | - |
| HSV(B) | 72.61º | 0.49% | 0.95% | - |
| XYZ | 63.94 | 79.69 | 30.75 | - |
| YUV | 220.96 | 72.72 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 123 | 0.10 | 0 | 0.49 | 0.05 | 72.61 | 0.82 | 0.72 |
| Hex | D9 | F2 | 7B | A | 0 | 31 | 5 | 49 | 52 | 48 |
| Octal | 331 | 362 | 173 | 12 | 0 | 61 | 5 | 111 | 122 | 110 |
| Binary | 11011001 | 11110010 | 1111011 | 1010 | 0 | 110001 | 101 | 1001001 | 1010010 | 1001000 |
Color Harmonies of #D9F27B
Complementary color
Monochromatic Colors of #D9F27B
Black with #D9F27B
Text Example
Text Example
White with #D9F27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F27B; }
p { color: rgb(217,242,123); }
H1.HeaderClassName
{
color: #D9F27B;
}
.AnyTagClassName
{
color: #D9F27B;
}
</style>
background-color css
<style>
a { background-color: #D9F27B; }
a { background-color: rgb(217,242,123); }
div.DivClassName
{
background-color: #D9F27B;
}
.BgClassName
{
background-color: #D9F27B;
}
</style>
border-color css
<style>
span { border-color: #D9F27B; }
span { border-color: rgb(217,242,123); }
td.TdClassName
{
border-color: #D9F27B;
}
.TagClassName
{
border-color: #D9F27B;
}
</style>