Shades of Mindaro #D4FA63
Tints of Mindaro #D4FA63
RGB
CMYK
RGB Variations
Color information
#D4FA63 (or 0xD4FA63) is known color: Mindaro. HEX triplet: D4, FA and 63. RGB value is (212,250,99). Sum of RGB (Red+Green+Blue) = 212+250+99=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 99 (39.06% from 255 or 17.65% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA63 is #2B059C. Grayscale: #DDDDDD. Windows color (decimal): -2819485 or 6552276. OLE color: 6552276.
HSL color Cylindrical-coordinate representation of color #D4FA63: hue angle of 75.1º degrees, saturation: 0.94, 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 #D4FA63 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 99 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.02 |
| HSL | 75.1º | 0.94% | 0.68% | - |
| HSV(B) | 75.1º | 0.6% | 0.98% | - |
| XYZ | 63.59 | 83.27 | 24.53 | - |
| YUV | 221.42 | 58.91 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 99 | 0.15 | 0 | 0.60 | 0.02 | 75.1 | 0.94 | 0.68 |
| Hex | D4 | FA | 63 | F | 0 | 3C | 2 | 4B | 5E | 44 |
| Octal | 324 | 372 | 143 | 17 | 0 | 74 | 2 | 113 | 136 | 104 |
| Binary | 11010100 | 11111010 | 1100011 | 1111 | 0 | 111100 | 10 | 1001011 | 1011110 | 1000100 |
Color Harmonies of #D4FA63
Complementary color
Monochromatic Colors of #D4FA63
Black with #D4FA63
Text Example
Text Example
White with #D4FA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA63; }
p { color: rgb(212,250,99); }
H1.HeaderClassName
{
color: #D4FA63;
}
.AnyTagClassName
{
color: #D4FA63;
}
</style>
background-color css
<style>
a { background-color: #D4FA63; }
a { background-color: rgb(212,250,99); }
div.DivClassName
{
background-color: #D4FA63;
}
.BgClassName
{
background-color: #D4FA63;
}
</style>
border-color css
<style>
span { border-color: #D4FA63; }
span { border-color: rgb(212,250,99); }
td.TdClassName
{
border-color: #D4FA63;
}
.TagClassName
{
border-color: #D4FA63;
}
</style>