Shades of Mindaro #D4F973
Tints of Mindaro #D4F973
RGB
CMYK
RGB Variations
Color information
#D4F973 (or 0xD4F973) is known color: Mindaro. HEX triplet: D4, F9 and 73. RGB value is (212,249,115). Sum of RGB (Red+Green+Blue) = 212+249+115=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F973 is #2B068C. Grayscale: #DFDFDF. Windows color (decimal): -2819725 or 7600596. OLE color: 7600596.
HSL color Cylindrical-coordinate representation of color #D4F973: hue angle of 76.57º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4F973 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 249 | 115 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.02 |
| HSL | 76.57º | 0.92% | 0.71% | - |
| HSV(B) | 76.57º | 0.54% | 0.98% | - |
| XYZ | 64.12 | 82.99 | 28.86 | - |
| YUV | 222.66 | 67.24 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 249 | 115 | 0.15 | 0 | 0.54 | 0.02 | 76.57 | 0.92 | 0.71 |
| Hex | D4 | F9 | 73 | F | 0 | 36 | 2 | 4D | 5C | 47 |
| Octal | 324 | 371 | 163 | 17 | 0 | 66 | 2 | 115 | 134 | 107 |
| Binary | 11010100 | 11111001 | 1110011 | 1111 | 0 | 110110 | 10 | 1001101 | 1011100 | 1000111 |
Color Harmonies of #D4F973
Complementary color
Monochromatic Colors of #D4F973
Black with #D4F973
Text Example
Text Example
White with #D4F973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F973; }
p { color: rgb(212,249,115); }
H1.HeaderClassName
{
color: #D4F973;
}
.AnyTagClassName
{
color: #D4F973;
}
</style>
background-color css
<style>
a { background-color: #D4F973; }
a { background-color: rgb(212,249,115); }
div.DivClassName
{
background-color: #D4F973;
}
.BgClassName
{
background-color: #D4F973;
}
</style>
border-color css
<style>
span { border-color: #D4F973; }
span { border-color: rgb(212,249,115); }
td.TdClassName
{
border-color: #D4F973;
}
.TagClassName
{
border-color: #D4F973;
}
</style>