Shades of Mindaro #D4F866
Tints of Mindaro #D4F866
RGB
CMYK
RGB Variations
Color information
#D4F866 (or 0xD4F866) is known color: Mindaro. HEX triplet: D4, F8 and 66. RGB value is (212,248,102). Sum of RGB (Red+Green+Blue) = 212+248+102=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 102 (40.23% from 255 or 18.15% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F866 is #2B0799. Grayscale: #DDDDDD. Windows color (decimal): -2819994 or 6748372. OLE color: 6748372.
HSL color Cylindrical-coordinate representation of color #D4F866: hue angle of 74.79º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D4F866 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 248 | 102 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.03 |
| HSL | 74.79º | 0.91% | 0.69% | - |
| HSV(B) | 74.79º | 0.59% | 0.97% | - |
| XYZ | 63.12 | 82.09 | 25.09 | - |
| YUV | 220.59 | 61.07 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 248 | 102 | 0.15 | 0 | 0.59 | 0.03 | 74.79 | 0.91 | 0.69 |
| Hex | D4 | F8 | 66 | F | 0 | 3B | 3 | 4B | 5B | 45 |
| Octal | 324 | 370 | 146 | 17 | 0 | 73 | 3 | 113 | 133 | 105 |
| Binary | 11010100 | 11111000 | 1100110 | 1111 | 0 | 111011 | 11 | 1001011 | 1011011 | 1000101 |
Color Harmonies of #D4F866
Complementary color
Monochromatic Colors of #D4F866
Black with #D4F866
Text Example
Text Example
White with #D4F866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F866; }
p { color: rgb(212,248,102); }
H1.HeaderClassName
{
color: #D4F866;
}
.AnyTagClassName
{
color: #D4F866;
}
</style>
background-color css
<style>
a { background-color: #D4F866; }
a { background-color: rgb(212,248,102); }
div.DivClassName
{
background-color: #D4F866;
}
.BgClassName
{
background-color: #D4F866;
}
</style>
border-color css
<style>
span { border-color: #D4F866; }
span { border-color: rgb(212,248,102); }
td.TdClassName
{
border-color: #D4F866;
}
.TagClassName
{
border-color: #D4F866;
}
</style>