Shades of Mindaro #D4F06D
Tints of Mindaro #D4F06D
RGB
CMYK
RGB Variations
Color information
#D4F06D (or 0xD4F06D) is known color: Mindaro. HEX triplet: D4, F0 and 6D. RGB value is (212,240,109). Sum of RGB (Red+Green+Blue) = 212+240+109=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F06D is #2B0F92. Grayscale: #D9D9D9. Windows color (decimal): -2822035 or 7205076. OLE color: 7205076.
HSL color Cylindrical-coordinate representation of color #D4F06D: hue angle of 72.82º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4F06D is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 240 | 109 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.06 |
| HSL | 72.82º | 0.81% | 0.68% | - |
| HSV(B) | 72.82º | 0.55% | 0.94% | - |
| XYZ | 61.07 | 77.42 | 26.19 | - |
| YUV | 216.69 | 67.22 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 240 | 109 | 0.12 | 0 | 0.55 | 0.06 | 72.82 | 0.81 | 0.68 |
| Hex | D4 | F0 | 6D | C | 0 | 37 | 6 | 49 | 51 | 44 |
| Octal | 324 | 360 | 155 | 14 | 0 | 67 | 6 | 111 | 121 | 104 |
| Binary | 11010100 | 11110000 | 1101101 | 1100 | 0 | 110111 | 110 | 1001001 | 1010001 | 1000100 |
Color Harmonies of #D4F06D
Complementary color
Monochromatic Colors of #D4F06D
Black with #D4F06D
Text Example
Text Example
White with #D4F06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F06D; }
p { color: rgb(212,240,109); }
H1.HeaderClassName
{
color: #D4F06D;
}
.AnyTagClassName
{
color: #D4F06D;
}
</style>
background-color css
<style>
a { background-color: #D4F06D; }
a { background-color: rgb(212,240,109); }
div.DivClassName
{
background-color: #D4F06D;
}
.BgClassName
{
background-color: #D4F06D;
}
</style>
border-color css
<style>
span { border-color: #D4F06D; }
span { border-color: rgb(212,240,109); }
td.TdClassName
{
border-color: #D4F06D;
}
.TagClassName
{
border-color: #D4F06D;
}
</style>