Shades of Mindaro #D0F668
Tints of Mindaro #D0F668
RGB
CMYK
RGB Variations
Color information
#D0F668 (or 0xD0F668) is known color: Mindaro. HEX triplet: D0, F6 and 68. RGB value is (208,246,104). Sum of RGB (Red+Green+Blue) = 208+246+104=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 104 (41.02% from 255 or 18.64% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F668 is #2F0997. Grayscale: #DADADA. Windows color (decimal): -3082648 or 6878928. OLE color: 6878928.
HSL color Cylindrical-coordinate representation of color #D0F668: hue angle of 76.06º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0F668 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 246 | 104 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.04 |
| HSL | 76.06º | 0.89% | 0.69% | - |
| HSV(B) | 76.06º | 0.58% | 0.96% | - |
| XYZ | 61.47 | 80.32 | 25.36 | - |
| YUV | 218.45 | 63.41 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 104 | 0.15 | 0 | 0.58 | 0.04 | 76.06 | 0.89 | 0.69 |
| Hex | D0 | F6 | 68 | F | 0 | 3A | 4 | 4C | 59 | 45 |
| Octal | 320 | 366 | 150 | 17 | 0 | 72 | 4 | 114 | 131 | 105 |
| Binary | 11010000 | 11110110 | 1101000 | 1111 | 0 | 111010 | 100 | 1001100 | 1011001 | 1000101 |
Color Harmonies of #D0F668
Complementary color
Monochromatic Colors of #D0F668
Black with #D0F668
Text Example
Text Example
White with #D0F668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F668; }
p { color: rgb(208,246,104); }
H1.HeaderClassName
{
color: #D0F668;
}
.AnyTagClassName
{
color: #D0F668;
}
</style>
background-color css
<style>
a { background-color: #D0F668; }
a { background-color: rgb(208,246,104); }
div.DivClassName
{
background-color: #D0F668;
}
.BgClassName
{
background-color: #D0F668;
}
</style>
border-color css
<style>
span { border-color: #D0F668; }
span { border-color: rgb(208,246,104); }
td.TdClassName
{
border-color: #D0F668;
}
.TagClassName
{
border-color: #D0F668;
}
</style>