Shades of Mindaro #D0FF61
Tints of Mindaro #D0FF61
RGB
CMYK
RGB Variations
Color information
#D0FF61 (or 0xD0FF61) is known color: Mindaro. HEX triplet: D0, FF and 61. RGB value is (208,255,97). Sum of RGB (Red+Green+Blue) = 208+255+97=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 97 (38.28% from 255 or 17.32% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FF61 is #2F009E. Grayscale: #DFDFDF. Windows color (decimal): -3080351 or 6422480. OLE color: 6422480.
HSL color Cylindrical-coordinate representation of color #D0FF61: hue angle of 77.85º 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 #D0FF61 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 97 | - |
| CMYK | 0.18 | 0 | 0.62 | 0 |
| HSL | 77.85º | 1% | 0.69% | - |
| HSV(B) | 77.85º | 0.62% | 1% | - |
| XYZ | 63.93 | 85.79 | 24.5 | - |
| YUV | 222.94 | 56.93 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 97 | 0.18 | 0 | 0.62 | 0 | 77.85 | 1 | 0.69 |
| Hex | D0 | FF | 61 | 12 | 0 | 3E | 0 | 4E | 64 | 45 |
| Octal | 320 | 377 | 141 | 22 | 0 | 76 | 0 | 116 | 144 | 105 |
| Binary | 11010000 | 11111111 | 1100001 | 10010 | 0 | 111110 | 0 | 1001110 | 1100100 | 1000101 |
Color Harmonies of #D0FF61
Complementary color
Monochromatic Colors of #D0FF61
Black with #D0FF61
Text Example
Text Example
White with #D0FF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF61; }
p { color: rgb(208,255,97); }
H1.HeaderClassName
{
color: #D0FF61;
}
.AnyTagClassName
{
color: #D0FF61;
}
</style>
background-color css
<style>
a { background-color: #D0FF61; }
a { background-color: rgb(208,255,97); }
div.DivClassName
{
background-color: #D0FF61;
}
.BgClassName
{
background-color: #D0FF61;
}
</style>
border-color css
<style>
span { border-color: #D0FF61; }
span { border-color: rgb(208,255,97); }
td.TdClassName
{
border-color: #D0FF61;
}
.TagClassName
{
border-color: #D0FF61;
}
</style>