Shades of Mindaro #D0FF60
Tints of Mindaro #D0FF60
RGB
CMYK
RGB Variations
Color information
#D0FF60 (or 0xD0FF60) is known color: Mindaro. HEX triplet: D0, FF and 60. RGB value is (208,255,96). Sum of RGB (Red+Green+Blue) = 208+255+96=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FF60 is #2F009F. Grayscale: #DFDFDF. Windows color (decimal): -3080352 or 6356944. OLE color: 6356944.
HSL color Cylindrical-coordinate representation of color #D0FF60: hue angle of 77.74º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0FF60 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 96 | - |
| CMYK | 0.18 | 0 | 0.62 | 0 |
| HSL | 77.74º | 1% | 0.69% | - |
| HSV(B) | 77.74º | 0.62% | 1% | - |
| XYZ | 63.88 | 85.77 | 24.26 | - |
| YUV | 222.82 | 56.43 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 96 | 0.18 | 0 | 0.62 | 0 | 77.74 | 1 | 0.69 |
| Hex | D0 | FF | 60 | 12 | 0 | 3E | 0 | 4E | 64 | 45 |
| Octal | 320 | 377 | 140 | 22 | 0 | 76 | 0 | 116 | 144 | 105 |
| Binary | 11010000 | 11111111 | 1100000 | 10010 | 0 | 111110 | 0 | 1001110 | 1100100 | 1000101 |
Color Harmonies of #D0FF60
Complementary color
Monochromatic Colors of #D0FF60
Black with #D0FF60
Text Example
Text Example
White with #D0FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF60; }
p { color: rgb(208,255,96); }
H1.HeaderClassName
{
color: #D0FF60;
}
.AnyTagClassName
{
color: #D0FF60;
}
</style>
background-color css
<style>
a { background-color: #D0FF60; }
a { background-color: rgb(208,255,96); }
div.DivClassName
{
background-color: #D0FF60;
}
.BgClassName
{
background-color: #D0FF60;
}
</style>
border-color css
<style>
span { border-color: #D0FF60; }
span { border-color: rgb(208,255,96); }
td.TdClassName
{
border-color: #D0FF60;
}
.TagClassName
{
border-color: #D0FF60;
}
</style>