Shades of Mindaro #D0FC6E
Tints of Mindaro #D0FC6E
RGB
CMYK
RGB Variations
Color information
#D0FC6E (or 0xD0FC6E) is known color: Mindaro. HEX triplet: D0, FC and 6E. RGB value is (208,252,110). Sum of RGB (Red+Green+Blue) = 208+252+110=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 110 (43.36% from 255 or 19.30% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FC6E is #2F0391. Grayscale: #DFDFDF. Windows color (decimal): -3081106 or 7273680. OLE color: 7273680.
HSL color Cylindrical-coordinate representation of color #D0FC6E: hue angle of 78.59º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0FC6E is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 110 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.01 |
| HSL | 78.59º | 0.96% | 0.71% | - |
| HSV(B) | 78.59º | 0.56% | 0.99% | - |
| XYZ | 63.64 | 84.16 | 27.64 | - |
| YUV | 222.66 | 64.42 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 110 | 0.17 | 0 | 0.56 | 0.01 | 78.59 | 0.96 | 0.71 |
| Hex | D0 | FC | 6E | 11 | 0 | 38 | 1 | 4F | 60 | 47 |
| Octal | 320 | 374 | 156 | 21 | 0 | 70 | 1 | 117 | 140 | 107 |
| Binary | 11010000 | 11111100 | 1101110 | 10001 | 0 | 111000 | 1 | 1001111 | 1100000 | 1000111 |
Color Harmonies of #D0FC6E
Complementary color
Monochromatic Colors of #D0FC6E
Black with #D0FC6E
Text Example
Text Example
White with #D0FC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FC6E; }
p { color: rgb(208,252,110); }
H1.HeaderClassName
{
color: #D0FC6E;
}
.AnyTagClassName
{
color: #D0FC6E;
}
</style>
background-color css
<style>
a { background-color: #D0FC6E; }
a { background-color: rgb(208,252,110); }
div.DivClassName
{
background-color: #D0FC6E;
}
.BgClassName
{
background-color: #D0FC6E;
}
</style>
border-color css
<style>
span { border-color: #D0FC6E; }
span { border-color: rgb(208,252,110); }
td.TdClassName
{
border-color: #D0FC6E;
}
.TagClassName
{
border-color: #D0FC6E;
}
</style>