Shades of Mindaro #D9F55C
Tints of Mindaro #D9F55C
RGB
CMYK
RGB Variations
Color information
#D9F55C (or 0xD9F55C) is known color: Mindaro. HEX triplet: D9, F5 and 5C. RGB value is (217,245,92). Sum of RGB (Red+Green+Blue) = 217+245+92=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 92 (36.33% from 255 or 16.61% from 554); Max value from RGB is 245 - color contains mainly: green. Hex color #D9F55C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F55C is #260AA3. Grayscale: #DBDBDB. Windows color (decimal): -2493092 or 6092249. OLE color: 6092249.
HSL color Cylindrical-coordinate representation of color #D9F55C: hue angle of 70.98º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9F55C is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 245 | 92 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.04 |
| HSL | 70.98º | 0.88% | 0.66% | - |
| HSV(B) | 70.98º | 0.62% | 0.96% | - |
| XYZ | 63.2 | 80.83 | 22.4 | - |
| YUV | 219.19 | 56.22 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 245 | 92 | 0.11 | 0 | 0.62 | 0.04 | 70.98 | 0.88 | 0.66 |
| Hex | D9 | F5 | 5C | B | 0 | 3E | 4 | 47 | 58 | 42 |
| Octal | 331 | 365 | 134 | 13 | 0 | 76 | 4 | 107 | 130 | 102 |
| Binary | 11011001 | 11110101 | 1011100 | 1011 | 0 | 111110 | 100 | 1000111 | 1011000 | 1000010 |
Color Harmonies of #D9F55C
Complementary color
Monochromatic Colors of #D9F55C
Black with #D9F55C
Text Example
Text Example
White with #D9F55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F55C; }
p { color: rgb(217,245,92); }
H1.HeaderClassName
{
color: #D9F55C;
}
.AnyTagClassName
{
color: #D9F55C;
}
</style>
background-color css
<style>
a { background-color: #D9F55C; }
a { background-color: rgb(217,245,92); }
div.DivClassName
{
background-color: #D9F55C;
}
.BgClassName
{
background-color: #D9F55C;
}
</style>
border-color css
<style>
span { border-color: #D9F55C; }
span { border-color: rgb(217,245,92); }
td.TdClassName
{
border-color: #D9F55C;
}
.TagClassName
{
border-color: #D9F55C;
}
</style>