Shades of Mindaro #D9F367
Tints of Mindaro #D9F367
RGB
CMYK
RGB Variations
Color information
#D9F367 (or 0xD9F367) is known color: Mindaro. HEX triplet: D9, F3 and 67. RGB value is (217,243,103). Sum of RGB (Red+Green+Blue) = 217+243+103=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 103 (40.62% from 255 or 18.29% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F367 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F367 is #260C98. Grayscale: #DBDBDB. Windows color (decimal): -2493593 or 6812633. OLE color: 6812633.
HSL color Cylindrical-coordinate representation of color #D9F367: hue angle of 71.14º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9F367 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 243 | 103 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.05 |
| HSL | 71.14º | 0.85% | 0.68% | - |
| HSV(B) | 71.14º | 0.58% | 0.95% | - |
| XYZ | 63.11 | 79.83 | 24.91 | - |
| YUV | 219.27 | 62.39 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 243 | 103 | 0.11 | 0 | 0.58 | 0.05 | 71.14 | 0.85 | 0.68 |
| Hex | D9 | F3 | 67 | B | 0 | 3A | 5 | 47 | 55 | 44 |
| Octal | 331 | 363 | 147 | 13 | 0 | 72 | 5 | 107 | 125 | 104 |
| Binary | 11011001 | 11110011 | 1100111 | 1011 | 0 | 111010 | 101 | 1000111 | 1010101 | 1000100 |
Color Harmonies of #D9F367
Complementary color
Monochromatic Colors of #D9F367
Black with #D9F367
Text Example
Text Example
White with #D9F367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F367; }
p { color: rgb(217,243,103); }
H1.HeaderClassName
{
color: #D9F367;
}
.AnyTagClassName
{
color: #D9F367;
}
</style>
background-color css
<style>
a { background-color: #D9F367; }
a { background-color: rgb(217,243,103); }
div.DivClassName
{
background-color: #D9F367;
}
.BgClassName
{
background-color: #D9F367;
}
</style>
border-color css
<style>
span { border-color: #D9F367; }
span { border-color: rgb(217,243,103); }
td.TdClassName
{
border-color: #D9F367;
}
.TagClassName
{
border-color: #D9F367;
}
</style>