Shades of Mindaro #D9F67A
Tints of Mindaro #D9F67A
RGB
CMYK
RGB Variations
Color information
#D9F67A (or 0xD9F67A) is known color: Mindaro. HEX triplet: D9, F6 and 7A. RGB value is (217,246,122). Sum of RGB (Red+Green+Blue) = 217+246+122=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 246 - color contains mainly: green. Hex color #D9F67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F67A is #260985. Grayscale: #DFDFDF. Windows color (decimal): -2492806 or 8058585. OLE color: 8058585.
HSL color Cylindrical-coordinate representation of color #D9F67A: hue angle of 74.03º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9F67A is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 246 | 122 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.04 |
| HSL | 74.03º | 0.87% | 0.72% | - |
| HSV(B) | 74.03º | 0.5% | 0.96% | - |
| XYZ | 65.08 | 82.07 | 30.82 | - |
| YUV | 223.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 246 | 122 | 0.12 | 0 | 0.50 | 0.04 | 74.03 | 0.87 | 0.72 |
| Hex | D9 | F6 | 7A | C | 0 | 32 | 4 | 4A | 57 | 48 |
| Octal | 331 | 366 | 172 | 14 | 0 | 62 | 4 | 112 | 127 | 110 |
| Binary | 11011001 | 11110110 | 1111010 | 1100 | 0 | 110010 | 100 | 1001010 | 1010111 | 1001000 |
Color Harmonies of #D9F67A
Complementary color
Monochromatic Colors of #D9F67A
Black with #D9F67A
Text Example
Text Example
White with #D9F67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F67A; }
p { color: rgb(217,246,122); }
H1.HeaderClassName
{
color: #D9F67A;
}
.AnyTagClassName
{
color: #D9F67A;
}
</style>
background-color css
<style>
a { background-color: #D9F67A; }
a { background-color: rgb(217,246,122); }
div.DivClassName
{
background-color: #D9F67A;
}
.BgClassName
{
background-color: #D9F67A;
}
</style>
border-color css
<style>
span { border-color: #D9F67A; }
span { border-color: rgb(217,246,122); }
td.TdClassName
{
border-color: #D9F67A;
}
.TagClassName
{
border-color: #D9F67A;
}
</style>