Shades of Mindaro #D0FF6F
Tints of Mindaro #D0FF6F
RGB
CMYK
RGB Variations
Color information
#D0FF6F (or 0xD0FF6F) is known color: Mindaro. HEX triplet: D0, FF and 6F. RGB value is (208,255,111). Sum of RGB (Red+Green+Blue) = 208+255+111=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 111 (43.75% from 255 or 19.34% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FF6F is #2F0090. Grayscale: #E1E1E1. Windows color (decimal): -3080337 or 7339984. OLE color: 7339984.
HSL color Cylindrical-coordinate representation of color #D0FF6F: hue angle of 79.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0FF6F is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 111 | - |
| CMYK | 0.18 | 0 | 0.56 | 0 |
| HSL | 79.58º | 1% | 0.72% | - |
| HSV(B) | 79.58º | 0.56% | 1% | - |
| XYZ | 64.64 | 86.08 | 28.25 | - |
| YUV | 224.53 | 63.93 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 111 | 0.18 | 0 | 0.56 | 0 | 79.58 | 1 | 0.72 |
| Hex | D0 | FF | 6F | 12 | 0 | 38 | 0 | 50 | 64 | 48 |
| Octal | 320 | 377 | 157 | 22 | 0 | 70 | 0 | 120 | 144 | 110 |
| Binary | 11010000 | 11111111 | 1101111 | 10010 | 0 | 111000 | 0 | 1010000 | 1100100 | 1001000 |
Color Harmonies of #D0FF6F
Complementary color
Monochromatic Colors of #D0FF6F
Black with #D0FF6F
Text Example
Text Example
White with #D0FF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF6F; }
p { color: rgb(208,255,111); }
H1.HeaderClassName
{
color: #D0FF6F;
}
.AnyTagClassName
{
color: #D0FF6F;
}
</style>
background-color css
<style>
a { background-color: #D0FF6F; }
a { background-color: rgb(208,255,111); }
div.DivClassName
{
background-color: #D0FF6F;
}
.BgClassName
{
background-color: #D0FF6F;
}
</style>
border-color css
<style>
span { border-color: #D0FF6F; }
span { border-color: rgb(208,255,111); }
td.TdClassName
{
border-color: #D0FF6F;
}
.TagClassName
{
border-color: #D0FF6F;
}
</style>