Shades of Mindaro #D4F865
Tints of Mindaro #D4F865
RGB
CMYK
RGB Variations
Color information
#D4F865 (or 0xD4F865) is known color: Mindaro. HEX triplet: D4, F8 and 65. RGB value is (212,248,101). Sum of RGB (Red+Green+Blue) = 212+248+101=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F865 is #2B079A. Grayscale: #DDDDDD. Windows color (decimal): -2819995 or 6682836. OLE color: 6682836.
HSL color Cylindrical-coordinate representation of color #D4F865: hue angle of 74.69º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D4F865 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 248 | 101 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.03 |
| HSL | 74.69º | 0.91% | 0.68% | - |
| HSV(B) | 74.69º | 0.59% | 0.97% | - |
| XYZ | 63.07 | 82.07 | 24.83 | - |
| YUV | 220.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 248 | 101 | 0.15 | 0 | 0.59 | 0.03 | 74.69 | 0.91 | 0.68 |
| Hex | D4 | F8 | 65 | F | 0 | 3B | 3 | 4B | 5B | 44 |
| Octal | 324 | 370 | 145 | 17 | 0 | 73 | 3 | 113 | 133 | 104 |
| Binary | 11010100 | 11111000 | 1100101 | 1111 | 0 | 111011 | 11 | 1001011 | 1011011 | 1000100 |
Color Harmonies of #D4F865
Complementary color
Monochromatic Colors of #D4F865
Black with #D4F865
Text Example
Text Example
White with #D4F865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F865; }
p { color: rgb(212,248,101); }
H1.HeaderClassName
{
color: #D4F865;
}
.AnyTagClassName
{
color: #D4F865;
}
</style>
background-color css
<style>
a { background-color: #D4F865; }
a { background-color: rgb(212,248,101); }
div.DivClassName
{
background-color: #D4F865;
}
.BgClassName
{
background-color: #D4F865;
}
</style>
border-color css
<style>
span { border-color: #D4F865; }
span { border-color: rgb(212,248,101); }
td.TdClassName
{
border-color: #D4F865;
}
.TagClassName
{
border-color: #D4F865;
}
</style>