Shades of Mindaro #D0FE6E
Tints of Mindaro #D0FE6E
RGB
CMYK
RGB Variations
Color information
#D0FE6E (or 0xD0FE6E) is known color: Mindaro. HEX triplet: D0, FE and 6E. RGB value is (208,254,110). Sum of RGB (Red+Green+Blue) = 208+254+110=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 110 (43.36% from 255 or 19.23% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE6E is #2F0191. Grayscale: #E0E0E0. Windows color (decimal): -3080594 or 7274192. OLE color: 7274192.
HSL color Cylindrical-coordinate representation of color #D0FE6E: hue angle of 79.17º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0FE6E is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 110 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.00 |
| HSL | 79.17º | 0.99% | 0.71% | - |
| HSV(B) | 79.17º | 0.57% | 1% | - |
| XYZ | 64.27 | 85.42 | 27.85 | - |
| YUV | 223.83 | 63.76 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 110 | 0.18 | 0 | 0.57 | 0.00 | 79.17 | 0.99 | 0.71 |
| Hex | D0 | FE | 6E | 12 | 0 | 39 | 0 | 4F | 63 | 47 |
| Octal | 320 | 376 | 156 | 22 | 0 | 71 | 0 | 117 | 143 | 107 |
| Binary | 11010000 | 11111110 | 1101110 | 10010 | 0 | 111001 | 0 | 1001111 | 1100011 | 1000111 |
Color Harmonies of #D0FE6E
Complementary color
Monochromatic Colors of #D0FE6E
Black with #D0FE6E
Text Example
Text Example
White with #D0FE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE6E; }
p { color: rgb(208,254,110); }
H1.HeaderClassName
{
color: #D0FE6E;
}
.AnyTagClassName
{
color: #D0FE6E;
}
</style>
background-color css
<style>
a { background-color: #D0FE6E; }
a { background-color: rgb(208,254,110); }
div.DivClassName
{
background-color: #D0FE6E;
}
.BgClassName
{
background-color: #D0FE6E;
}
</style>
border-color css
<style>
span { border-color: #D0FE6E; }
span { border-color: rgb(208,254,110); }
td.TdClassName
{
border-color: #D0FE6E;
}
.TagClassName
{
border-color: #D0FE6E;
}
</style>