Shades of Mindaro #D4ED68
Tints of Mindaro #D4ED68
RGB
CMYK
RGB Variations
Color information
#D4ED68 (or 0xD4ED68) is known color: Mindaro. HEX triplet: D4, ED and 68. RGB value is (212,237,104). Sum of RGB (Red+Green+Blue) = 212+237+104=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #D4ED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4ED68 is #2B1297. Grayscale: #D6D6D6. Windows color (decimal): -2822808 or 6876628. OLE color: 6876628.
HSL color Cylindrical-coordinate representation of color #D4ED68: hue angle of 71.28º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4ED68 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 237 | 104 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.07 |
| HSL | 71.28º | 0.79% | 0.67% | - |
| HSV(B) | 71.28º | 0.56% | 0.93% | - |
| XYZ | 59.93 | 75.56 | 24.52 | - |
| YUV | 214.36 | 65.72 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 237 | 104 | 0.11 | 0 | 0.56 | 0.07 | 71.28 | 0.79 | 0.67 |
| Hex | D4 | ED | 68 | B | 0 | 38 | 7 | 47 | 4F | 43 |
| Octal | 324 | 355 | 150 | 13 | 0 | 70 | 7 | 107 | 117 | 103 |
| Binary | 11010100 | 11101101 | 1101000 | 1011 | 0 | 111000 | 111 | 1000111 | 1001111 | 1000011 |
Color Harmonies of #D4ED68
Complementary color
Monochromatic Colors of #D4ED68
Black with #D4ED68
Text Example
Text Example
White with #D4ED68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ED68; }
p { color: rgb(212,237,104); }
H1.HeaderClassName
{
color: #D4ED68;
}
.AnyTagClassName
{
color: #D4ED68;
}
</style>
background-color css
<style>
a { background-color: #D4ED68; }
a { background-color: rgb(212,237,104); }
div.DivClassName
{
background-color: #D4ED68;
}
.BgClassName
{
background-color: #D4ED68;
}
</style>
border-color css
<style>
span { border-color: #D4ED68; }
span { border-color: rgb(212,237,104); }
td.TdClassName
{
border-color: #D4ED68;
}
.TagClassName
{
border-color: #D4ED68;
}
</style>