Shades of Mindaro #D4F963
Tints of Mindaro #D4F963
RGB
CMYK
RGB Variations
Color information
#D4F963 (or 0xD4F963) is known color: Mindaro. HEX triplet: D4, F9 and 63. RGB value is (212,249,99). Sum of RGB (Red+Green+Blue) = 212+249+99=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 99 (39.06% from 255 or 17.68% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F963 is #2B069C. Grayscale: #DDDDDD. Windows color (decimal): -2819741 or 6552020. OLE color: 6552020.
HSL color Cylindrical-coordinate representation of color #D4F963: hue angle of 74.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4F963 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 249 | 99 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.02 |
| HSL | 74.8º | 0.93% | 0.68% | - |
| HSV(B) | 74.8º | 0.6% | 0.98% | - |
| XYZ | 63.28 | 82.65 | 24.42 | - |
| YUV | 220.84 | 59.24 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 249 | 99 | 0.15 | 0 | 0.60 | 0.02 | 74.8 | 0.93 | 0.68 |
| Hex | D4 | F9 | 63 | F | 0 | 3C | 2 | 4B | 5D | 44 |
| Octal | 324 | 371 | 143 | 17 | 0 | 74 | 2 | 113 | 135 | 104 |
| Binary | 11010100 | 11111001 | 1100011 | 1111 | 0 | 111100 | 10 | 1001011 | 1011101 | 1000100 |
Color Harmonies of #D4F963
Complementary color
Monochromatic Colors of #D4F963
Black with #D4F963
Text Example
Text Example
White with #D4F963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F963; }
p { color: rgb(212,249,99); }
H1.HeaderClassName
{
color: #D4F963;
}
.AnyTagClassName
{
color: #D4F963;
}
</style>
background-color css
<style>
a { background-color: #D4F963; }
a { background-color: rgb(212,249,99); }
div.DivClassName
{
background-color: #D4F963;
}
.BgClassName
{
background-color: #D4F963;
}
</style>
border-color css
<style>
span { border-color: #D4F963; }
span { border-color: rgb(212,249,99); }
td.TdClassName
{
border-color: #D4F963;
}
.TagClassName
{
border-color: #D4F963;
}
</style>