Shades of Mindaro #D4E661
Tints of Mindaro #D4E661
RGB
CMYK
RGB Variations
Color information
#D4E661 (or 0xD4E661) is known color: Mindaro. HEX triplet: D4, E6 and 61. RGB value is (212,230,97). Sum of RGB (Red+Green+Blue) = 212+230+97=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 97 (38.28% from 255 or 18.00% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E661 is #2B199E. Grayscale: #D1D1D1. Windows color (decimal): -2824607 or 6416084. OLE color: 6416084.
HSL color Cylindrical-coordinate representation of color #D4E661: hue angle of 68.12º 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 #D4E661 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 230 | 97 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.10 |
| HSL | 68.12º | 0.73% | 0.64% | - |
| HSV(B) | 68.12º | 0.58% | 0.9% | - |
| XYZ | 57.61 | 71.45 | 22.07 | - |
| YUV | 209.46 | 64.54 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 230 | 97 | 0.08 | 0 | 0.58 | 0.10 | 68.12 | 0.73 | 0.64 |
| Hex | D4 | E6 | 61 | 8 | 0 | 3A | A | 44 | 49 | 40 |
| Octal | 324 | 346 | 141 | 10 | 0 | 72 | 12 | 104 | 111 | 100 |
| Binary | 11010100 | 11100110 | 1100001 | 1000 | 0 | 111010 | 1010 | 1000100 | 1001001 | 1000000 |
Color Harmonies of #D4E661
Complementary color
Monochromatic Colors of #D4E661
Black with #D4E661
Text Example
Text Example
White with #D4E661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E661; }
p { color: rgb(212,230,97); }
H1.HeaderClassName
{
color: #D4E661;
}
.AnyTagClassName
{
color: #D4E661;
}
</style>
background-color css
<style>
a { background-color: #D4E661; }
a { background-color: rgb(212,230,97); }
div.DivClassName
{
background-color: #D4E661;
}
.BgClassName
{
background-color: #D4E661;
}
</style>
border-color css
<style>
span { border-color: #D4E661; }
span { border-color: rgb(212,230,97); }
td.TdClassName
{
border-color: #D4E661;
}
.TagClassName
{
border-color: #D4E661;
}
</style>