Shades of Mindaro #D0EA74
Tints of Mindaro #D0EA74
RGB
CMYK
RGB Variations
Color information
#D0EA74 (or 0xD0EA74) is known color: Mindaro. HEX triplet: D0, EA and 74. RGB value is (208,234,116). Sum of RGB (Red+Green+Blue) = 208+234+116=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EA74 is #2F158B. Grayscale: #D5D5D5. Windows color (decimal): -3085708 or 7662288. OLE color: 7662288.
HSL color Cylindrical-coordinate representation of color #D0EA74: hue angle of 73.22º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0EA74 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 116 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.08 |
| HSL | 73.22º | 0.74% | 0.69% | - |
| HSV(B) | 73.22º | 0.5% | 0.92% | - |
| XYZ | 58.59 | 73.52 | 27.63 | - |
| YUV | 212.77 | 73.39 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 116 | 0.11 | 0 | 0.50 | 0.08 | 73.22 | 0.74 | 0.69 |
| Hex | D0 | EA | 74 | B | 0 | 32 | 8 | 49 | 4A | 45 |
| Octal | 320 | 352 | 164 | 13 | 0 | 62 | 10 | 111 | 112 | 105 |
| Binary | 11010000 | 11101010 | 1110100 | 1011 | 0 | 110010 | 1000 | 1001001 | 1001010 | 1000101 |
Color Harmonies of #D0EA74
Complementary color
Monochromatic Colors of #D0EA74
Black with #D0EA74
Text Example
Text Example
White with #D0EA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA74; }
p { color: rgb(208,234,116); }
H1.HeaderClassName
{
color: #D0EA74;
}
.AnyTagClassName
{
color: #D0EA74;
}
</style>
background-color css
<style>
a { background-color: #D0EA74; }
a { background-color: rgb(208,234,116); }
div.DivClassName
{
background-color: #D0EA74;
}
.BgClassName
{
background-color: #D0EA74;
}
</style>
border-color css
<style>
span { border-color: #D0EA74; }
span { border-color: rgb(208,234,116); }
td.TdClassName
{
border-color: #D0EA74;
}
.TagClassName
{
border-color: #D0EA74;
}
</style>