Shades of Mindaro #D0E768
Tints of Mindaro #D0E768
RGB
CMYK
RGB Variations
Color information
#D0E768 (or 0xD0E768) is known color: Mindaro. HEX triplet: D0, E7 and 68. RGB value is (208,231,104). Sum of RGB (Red+Green+Blue) = 208+231+104=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E768 is #2F1897. Grayscale: #D2D2D2. Windows color (decimal): -3086488 or 6875088. OLE color: 6875088.
HSL color Cylindrical-coordinate representation of color #D0E768: hue angle of 70.87º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0E768 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 231 | 104 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.09 |
| HSL | 70.87º | 0.73% | 0.66% | - |
| HSV(B) | 70.87º | 0.55% | 0.91% | - |
| XYZ | 57.09 | 71.56 | 23.9 | - |
| YUV | 209.65 | 68.38 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 231 | 104 | 0.10 | 0 | 0.55 | 0.09 | 70.87 | 0.73 | 0.66 |
| Hex | D0 | E7 | 68 | A | 0 | 37 | 9 | 47 | 49 | 42 |
| Octal | 320 | 347 | 150 | 12 | 0 | 67 | 11 | 107 | 111 | 102 |
| Binary | 11010000 | 11100111 | 1101000 | 1010 | 0 | 110111 | 1001 | 1000111 | 1001001 | 1000010 |
Color Harmonies of #D0E768
Complementary color
Monochromatic Colors of #D0E768
Black with #D0E768
Text Example
Text Example
White with #D0E768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E768; }
p { color: rgb(208,231,104); }
H1.HeaderClassName
{
color: #D0E768;
}
.AnyTagClassName
{
color: #D0E768;
}
</style>
background-color css
<style>
a { background-color: #D0E768; }
a { background-color: rgb(208,231,104); }
div.DivClassName
{
background-color: #D0E768;
}
.BgClassName
{
background-color: #D0E768;
}
</style>
border-color css
<style>
span { border-color: #D0E768; }
span { border-color: rgb(208,231,104); }
td.TdClassName
{
border-color: #D0E768;
}
.TagClassName
{
border-color: #D0E768;
}
</style>