Shades of Mindaro #D4F872
Tints of Mindaro #D4F872
RGB
CMYK
RGB Variations
Color information
#D4F872 (or 0xD4F872) is known color: Mindaro. HEX triplet: D4, F8 and 72. RGB value is (212,248,114). Sum of RGB (Red+Green+Blue) = 212+248+114=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 114 (44.92% from 255 or 19.86% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F872 is #2B078D. Grayscale: #DEDEDE. Windows color (decimal): -2819982 or 7534804. OLE color: 7534804.
HSL color Cylindrical-coordinate representation of color #D4F872: hue angle of 76.12º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4F872 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 248 | 114 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.03 |
| HSL | 76.12º | 0.91% | 0.71% | - |
| HSV(B) | 76.12º | 0.54% | 0.97% | - |
| XYZ | 63.76 | 82.35 | 28.45 | - |
| YUV | 221.96 | 67.07 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 248 | 114 | 0.15 | 0 | 0.54 | 0.03 | 76.12 | 0.91 | 0.71 |
| Hex | D4 | F8 | 72 | F | 0 | 36 | 3 | 4C | 5B | 47 |
| Octal | 324 | 370 | 162 | 17 | 0 | 66 | 3 | 114 | 133 | 107 |
| Binary | 11010100 | 11111000 | 1110010 | 1111 | 0 | 110110 | 11 | 1001100 | 1011011 | 1000111 |
Color Harmonies of #D4F872
Complementary color
Monochromatic Colors of #D4F872
Black with #D4F872
Text Example
Text Example
White with #D4F872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F872; }
p { color: rgb(212,248,114); }
H1.HeaderClassName
{
color: #D4F872;
}
.AnyTagClassName
{
color: #D4F872;
}
</style>
background-color css
<style>
a { background-color: #D4F872; }
a { background-color: rgb(212,248,114); }
div.DivClassName
{
background-color: #D4F872;
}
.BgClassName
{
background-color: #D4F872;
}
</style>
border-color css
<style>
span { border-color: #D4F872; }
span { border-color: rgb(212,248,114); }
td.TdClassName
{
border-color: #D4F872;
}
.TagClassName
{
border-color: #D4F872;
}
</style>