Shades of Mindaro #D9F35D
Tints of Mindaro #D9F35D
RGB
CMYK
RGB Variations
Color information
#D9F35D (or 0xD9F35D) is known color: Mindaro. HEX triplet: D9, F3 and 5D. RGB value is (217,243,93). Sum of RGB (Red+Green+Blue) = 217+243+93=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F35D is #260CA2. Grayscale: #DADADA. Windows color (decimal): -2493603 or 6157273. OLE color: 6157273.
HSL color Cylindrical-coordinate representation of color #D9F35D: hue angle of 70.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9F35D is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 243 | 93 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.05 |
| HSL | 70.4º | 0.86% | 0.66% | - |
| HSV(B) | 70.4º | 0.62% | 0.95% | - |
| XYZ | 62.64 | 79.64 | 22.43 | - |
| YUV | 218.13 | 57.39 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 243 | 93 | 0.11 | 0 | 0.62 | 0.05 | 70.4 | 0.86 | 0.66 |
| Hex | D9 | F3 | 5D | B | 0 | 3E | 5 | 46 | 56 | 42 |
| Octal | 331 | 363 | 135 | 13 | 0 | 76 | 5 | 106 | 126 | 102 |
| Binary | 11011001 | 11110011 | 1011101 | 1011 | 0 | 111110 | 101 | 1000110 | 1010110 | 1000010 |
Color Harmonies of #D9F35D
Complementary color
Monochromatic Colors of #D9F35D
Black with #D9F35D
Text Example
Text Example
White with #D9F35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F35D; }
p { color: rgb(217,243,93); }
H1.HeaderClassName
{
color: #D9F35D;
}
.AnyTagClassName
{
color: #D9F35D;
}
</style>
background-color css
<style>
a { background-color: #D9F35D; }
a { background-color: rgb(217,243,93); }
div.DivClassName
{
background-color: #D9F35D;
}
.BgClassName
{
background-color: #D9F35D;
}
</style>
border-color css
<style>
span { border-color: #D9F35D; }
span { border-color: rgb(217,243,93); }
td.TdClassName
{
border-color: #D9F35D;
}
.TagClassName
{
border-color: #D9F35D;
}
</style>