Shades of Mindaro #D0ED70
Tints of Mindaro #D0ED70
RGB
CMYK
RGB Variations
Color information
#D0ED70 (or 0xD0ED70) is known color: Mindaro. HEX triplet: D0, ED and 70. RGB value is (208,237,112). Sum of RGB (Red+Green+Blue) = 208+237+112=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0ED70 is #2F128F. Grayscale: #D6D6D6. Windows color (decimal): -3084944 or 7400912. OLE color: 7400912.
HSL color Cylindrical-coordinate representation of color #D0ED70: hue angle of 73.92º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0ED70 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 112 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.07 |
| HSL | 73.92º | 0.78% | 0.68% | - |
| HSV(B) | 73.92º | 0.53% | 0.93% | - |
| XYZ | 59.22 | 75.15 | 26.71 | - |
| YUV | 214.08 | 70.39 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 112 | 0.12 | 0 | 0.53 | 0.07 | 73.92 | 0.78 | 0.68 |
| Hex | D0 | ED | 70 | C | 0 | 35 | 7 | 4A | 4E | 44 |
| Octal | 320 | 355 | 160 | 14 | 0 | 65 | 7 | 112 | 116 | 104 |
| Binary | 11010000 | 11101101 | 1110000 | 1100 | 0 | 110101 | 111 | 1001010 | 1001110 | 1000100 |
Color Harmonies of #D0ED70
Complementary color
Monochromatic Colors of #D0ED70
Black with #D0ED70
Text Example
Text Example
White with #D0ED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED70; }
p { color: rgb(208,237,112); }
H1.HeaderClassName
{
color: #D0ED70;
}
.AnyTagClassName
{
color: #D0ED70;
}
</style>
background-color css
<style>
a { background-color: #D0ED70; }
a { background-color: rgb(208,237,112); }
div.DivClassName
{
background-color: #D0ED70;
}
.BgClassName
{
background-color: #D0ED70;
}
</style>
border-color css
<style>
span { border-color: #D0ED70; }
span { border-color: rgb(208,237,112); }
td.TdClassName
{
border-color: #D0ED70;
}
.TagClassName
{
border-color: #D0ED70;
}
</style>