Shades of Mindaro #D0E65F
Tints of Mindaro #D0E65F
RGB
CMYK
RGB Variations
Color information
#D0E65F (or 0xD0E65F) is known color: Mindaro. HEX triplet: D0, E6 and 5F. RGB value is (208,230,95). Sum of RGB (Red+Green+Blue) = 208+230+95=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E65F is #2F19A0. Grayscale: #D0D0D0. Windows color (decimal): -3086753 or 6285008. OLE color: 6285008.
HSL color Cylindrical-coordinate representation of color #D0E65F: hue angle of 69.78º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0E65F is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 95 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.10 |
| HSL | 69.78º | 0.73% | 0.64% | - |
| HSV(B) | 69.78º | 0.59% | 0.9% | - |
| XYZ | 56.37 | 70.83 | 21.53 | - |
| YUV | 208.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 95 | 0.10 | 0 | 0.59 | 0.10 | 69.78 | 0.73 | 0.64 |
| Hex | D0 | E6 | 5F | A | 0 | 3B | A | 46 | 49 | 40 |
| Octal | 320 | 346 | 137 | 12 | 0 | 73 | 12 | 106 | 111 | 100 |
| Binary | 11010000 | 11100110 | 1011111 | 1010 | 0 | 111011 | 1010 | 1000110 | 1001001 | 1000000 |
Color Harmonies of #D0E65F
Complementary color
Monochromatic Colors of #D0E65F
Black with #D0E65F
Text Example
Text Example
White with #D0E65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E65F; }
p { color: rgb(208,230,95); }
H1.HeaderClassName
{
color: #D0E65F;
}
.AnyTagClassName
{
color: #D0E65F;
}
</style>
background-color css
<style>
a { background-color: #D0E65F; }
a { background-color: rgb(208,230,95); }
div.DivClassName
{
background-color: #D0E65F;
}
.BgClassName
{
background-color: #D0E65F;
}
</style>
border-color css
<style>
span { border-color: #D0E65F; }
span { border-color: rgb(208,230,95); }
td.TdClassName
{
border-color: #D0E65F;
}
.TagClassName
{
border-color: #D0E65F;
}
</style>