Shades of Mindaro #D4F073
Tints of Mindaro #D4F073
RGB
CMYK
RGB Variations
Color information
#D4F073 (or 0xD4F073) is known color: Mindaro. HEX triplet: D4, F0 and 73. RGB value is (212,240,115). Sum of RGB (Red+Green+Blue) = 212+240+115=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F073 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F073 is #2B0F8C. Grayscale: #D9D9D9. Windows color (decimal): -2822029 or 7598292. OLE color: 7598292.
HSL color Cylindrical-coordinate representation of color #D4F073: hue angle of 73.44º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4F073 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 240 | 115 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.06 |
| HSL | 73.44º | 0.81% | 0.7% | - |
| HSV(B) | 73.44º | 0.52% | 0.94% | - |
| XYZ | 61.41 | 77.56 | 27.95 | - |
| YUV | 217.38 | 70.22 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 240 | 115 | 0.12 | 0 | 0.52 | 0.06 | 73.44 | 0.81 | 0.7 |
| Hex | D4 | F0 | 73 | C | 0 | 34 | 6 | 49 | 51 | 46 |
| Octal | 324 | 360 | 163 | 14 | 0 | 64 | 6 | 111 | 121 | 106 |
| Binary | 11010100 | 11110000 | 1110011 | 1100 | 0 | 110100 | 110 | 1001001 | 1010001 | 1000110 |
Color Harmonies of #D4F073
Complementary color
Monochromatic Colors of #D4F073
Black with #D4F073
Text Example
Text Example
White with #D4F073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F073; }
p { color: rgb(212,240,115); }
H1.HeaderClassName
{
color: #D4F073;
}
.AnyTagClassName
{
color: #D4F073;
}
</style>
background-color css
<style>
a { background-color: #D4F073; }
a { background-color: rgb(212,240,115); }
div.DivClassName
{
background-color: #D4F073;
}
.BgClassName
{
background-color: #D4F073;
}
</style>
border-color css
<style>
span { border-color: #D4F073; }
span { border-color: rgb(212,240,115); }
td.TdClassName
{
border-color: #D4F073;
}
.TagClassName
{
border-color: #D4F073;
}
</style>