Shades of Mindaro #D4E660
Tints of Mindaro #D4E660
RGB
CMYK
RGB Variations
Color information
#D4E660 (or 0xD4E660) is known color: Mindaro. HEX triplet: D4, E6 and 60. RGB value is (212,230,96). Sum of RGB (Red+Green+Blue) = 212+230+96=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E660 is #2B199F. Grayscale: #D1D1D1. Windows color (decimal): -2824608 or 6350548. OLE color: 6350548.
HSL color Cylindrical-coordinate representation of color #D4E660: hue angle of 68.06º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4E660 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 230 | 96 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.10 |
| HSL | 68.06º | 0.73% | 0.64% | - |
| HSV(B) | 68.06º | 0.58% | 0.9% | - |
| XYZ | 57.56 | 71.44 | 21.82 | - |
| YUV | 209.34 | 64.04 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 230 | 96 | 0.08 | 0 | 0.58 | 0.10 | 68.06 | 0.73 | 0.64 |
| Hex | D4 | E6 | 60 | 8 | 0 | 3A | A | 44 | 49 | 40 |
| Octal | 324 | 346 | 140 | 10 | 0 | 72 | 12 | 104 | 111 | 100 |
| Binary | 11010100 | 11100110 | 1100000 | 1000 | 0 | 111010 | 1010 | 1000100 | 1001001 | 1000000 |
Color Harmonies of #D4E660
Complementary color
Monochromatic Colors of #D4E660
Black with #D4E660
Text Example
Text Example
White with #D4E660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E660; }
p { color: rgb(212,230,96); }
H1.HeaderClassName
{
color: #D4E660;
}
.AnyTagClassName
{
color: #D4E660;
}
</style>
background-color css
<style>
a { background-color: #D4E660; }
a { background-color: rgb(212,230,96); }
div.DivClassName
{
background-color: #D4E660;
}
.BgClassName
{
background-color: #D4E660;
}
</style>
border-color css
<style>
span { border-color: #D4E660; }
span { border-color: rgb(212,230,96); }
td.TdClassName
{
border-color: #D4E660;
}
.TagClassName
{
border-color: #D4E660;
}
</style>