Shades of Mindaro #D9FA68
Tints of Mindaro #D9FA68
RGB
CMYK
RGB Variations
Color information
#D9FA68 (or 0xD9FA68) is known color: Mindaro. HEX triplet: D9, FA and 68. RGB value is (217,250,104). Sum of RGB (Red+Green+Blue) = 217+250+104=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 104 (41.02% from 255 or 18.21% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FA68 is #260597. Grayscale: #E0E0E0. Windows color (decimal): -2491800 or 6879961. OLE color: 6879961.
HSL color Cylindrical-coordinate representation of color #D9FA68: hue angle of 73.56º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9FA68 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 104 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.02 |
| HSL | 73.56º | 0.94% | 0.69% | - |
| HSV(B) | 73.56º | 0.58% | 0.98% | - |
| XYZ | 65.3 | 84.12 | 25.89 | - |
| YUV | 223.49 | 60.57 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 104 | 0.13 | 0 | 0.58 | 0.02 | 73.56 | 0.94 | 0.69 |
| Hex | D9 | FA | 68 | D | 0 | 3A | 2 | 4A | 5E | 45 |
| Octal | 331 | 372 | 150 | 15 | 0 | 72 | 2 | 112 | 136 | 105 |
| Binary | 11011001 | 11111010 | 1101000 | 1101 | 0 | 111010 | 10 | 1001010 | 1011110 | 1000101 |
Color Harmonies of #D9FA68
Complementary color
Monochromatic Colors of #D9FA68
Black with #D9FA68
Text Example
Text Example
White with #D9FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FA68; }
p { color: rgb(217,250,104); }
H1.HeaderClassName
{
color: #D9FA68;
}
.AnyTagClassName
{
color: #D9FA68;
}
</style>
background-color css
<style>
a { background-color: #D9FA68; }
a { background-color: rgb(217,250,104); }
div.DivClassName
{
background-color: #D9FA68;
}
.BgClassName
{
background-color: #D9FA68;
}
</style>
border-color css
<style>
span { border-color: #D9FA68; }
span { border-color: rgb(217,250,104); }
td.TdClassName
{
border-color: #D9FA68;
}
.TagClassName
{
border-color: #D9FA68;
}
</style>