Shades of Mindaro #D4F964
Tints of Mindaro #D4F964
RGB
CMYK
RGB Variations
Color information
#D4F964 (or 0xD4F964) is known color: Mindaro. HEX triplet: D4, F9 and 64. RGB value is (212,249,100). Sum of RGB (Red+Green+Blue) = 212+249+100=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 100 (39.45% from 255 or 17.83% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F964 is #2B069B. Grayscale: #DDDDDD. Windows color (decimal): -2819740 or 6617556. OLE color: 6617556.
HSL color Cylindrical-coordinate representation of color #D4F964: hue angle of 74.9º 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 #D4F964 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 249 | 100 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.02 |
| HSL | 74.9º | 0.93% | 0.68% | - |
| HSV(B) | 74.9º | 0.6% | 0.98% | - |
| XYZ | 63.33 | 82.67 | 24.68 | - |
| YUV | 220.95 | 59.74 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 249 | 100 | 0.15 | 0 | 0.60 | 0.02 | 74.9 | 0.93 | 0.68 |
| Hex | D4 | F9 | 64 | F | 0 | 3C | 2 | 4B | 5D | 44 |
| Octal | 324 | 371 | 144 | 17 | 0 | 74 | 2 | 113 | 135 | 104 |
| Binary | 11010100 | 11111001 | 1100100 | 1111 | 0 | 111100 | 10 | 1001011 | 1011101 | 1000100 |
Color Harmonies of #D4F964
Complementary color
Monochromatic Colors of #D4F964
Black with #D4F964
Text Example
Text Example
White with #D4F964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F964; }
p { color: rgb(212,249,100); }
H1.HeaderClassName
{
color: #D4F964;
}
.AnyTagClassName
{
color: #D4F964;
}
</style>
background-color css
<style>
a { background-color: #D4F964; }
a { background-color: rgb(212,249,100); }
div.DivClassName
{
background-color: #D4F964;
}
.BgClassName
{
background-color: #D4F964;
}
</style>
border-color css
<style>
span { border-color: #D4F964; }
span { border-color: rgb(212,249,100); }
td.TdClassName
{
border-color: #D4F964;
}
.TagClassName
{
border-color: #D4F964;
}
</style>