Shades of Mindaro #D0FE66
Tints of Mindaro #D0FE66
RGB
CMYK
RGB Variations
Color information
#D0FE66 (or 0xD0FE66) is known color: Mindaro. HEX triplet: D0, FE and 66. RGB value is (208,254,102). Sum of RGB (Red+Green+Blue) = 208+254+102=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 102 (40.23% from 255 or 18.09% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE66 is #2F0199. Grayscale: #DFDFDF. Windows color (decimal): -3080602 or 6749904. OLE color: 6749904.
HSL color Cylindrical-coordinate representation of color #D0FE66: hue angle of 78.16º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0FE66 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 102 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.00 |
| HSL | 78.16º | 0.99% | 0.7% | - |
| HSV(B) | 78.16º | 0.6% | 1% | - |
| XYZ | 63.85 | 85.25 | 25.66 | - |
| YUV | 222.92 | 59.76 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 102 | 0.18 | 0 | 0.60 | 0.00 | 78.16 | 0.99 | 0.7 |
| Hex | D0 | FE | 66 | 12 | 0 | 3C | 0 | 4E | 63 | 46 |
| Octal | 320 | 376 | 146 | 22 | 0 | 74 | 0 | 116 | 143 | 106 |
| Binary | 11010000 | 11111110 | 1100110 | 10010 | 0 | 111100 | 0 | 1001110 | 1100011 | 1000110 |
Color Harmonies of #D0FE66
Complementary color
Monochromatic Colors of #D0FE66
Black with #D0FE66
Text Example
Text Example
White with #D0FE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE66; }
p { color: rgb(208,254,102); }
H1.HeaderClassName
{
color: #D0FE66;
}
.AnyTagClassName
{
color: #D0FE66;
}
</style>
background-color css
<style>
a { background-color: #D0FE66; }
a { background-color: rgb(208,254,102); }
div.DivClassName
{
background-color: #D0FE66;
}
.BgClassName
{
background-color: #D0FE66;
}
</style>
border-color css
<style>
span { border-color: #D0FE66; }
span { border-color: rgb(208,254,102); }
td.TdClassName
{
border-color: #D0FE66;
}
.TagClassName
{
border-color: #D0FE66;
}
</style>