Shades of Mindaro #D0FD60
Tints of Mindaro #D0FD60
RGB
CMYK
RGB Variations
Color information
#D0FD60 (or 0xD0FD60) is known color: Mindaro. HEX triplet: D0, FD and 60. RGB value is (208,253,96). Sum of RGB (Red+Green+Blue) = 208+253+96=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 96 (37.89% from 255 or 17.24% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FD60 is #2F029F. Grayscale: #DEDEDE. Windows color (decimal): -3080864 or 6356432. OLE color: 6356432.
HSL color Cylindrical-coordinate representation of color #D0FD60: hue angle of 77.2º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0FD60 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 96 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.01 |
| HSL | 77.2º | 0.98% | 0.68% | - |
| HSV(B) | 77.2º | 0.62% | 0.99% | - |
| XYZ | 63.25 | 84.5 | 24.04 | - |
| YUV | 221.65 | 57.09 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 96 | 0.18 | 0 | 0.62 | 0.01 | 77.2 | 0.98 | 0.68 |
| Hex | D0 | FD | 60 | 12 | 0 | 3E | 1 | 4D | 62 | 44 |
| Octal | 320 | 375 | 140 | 22 | 0 | 76 | 1 | 115 | 142 | 104 |
| Binary | 11010000 | 11111101 | 1100000 | 10010 | 0 | 111110 | 1 | 1001101 | 1100010 | 1000100 |
Color Harmonies of #D0FD60
Complementary color
Monochromatic Colors of #D0FD60
Black with #D0FD60
Text Example
Text Example
White with #D0FD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FD60; }
p { color: rgb(208,253,96); }
H1.HeaderClassName
{
color: #D0FD60;
}
.AnyTagClassName
{
color: #D0FD60;
}
</style>
background-color css
<style>
a { background-color: #D0FD60; }
a { background-color: rgb(208,253,96); }
div.DivClassName
{
background-color: #D0FD60;
}
.BgClassName
{
background-color: #D0FD60;
}
</style>
border-color css
<style>
span { border-color: #D0FD60; }
span { border-color: rgb(208,253,96); }
td.TdClassName
{
border-color: #D0FD60;
}
.TagClassName
{
border-color: #D0FD60;
}
</style>