Shades of Mindaro #D0FF5D
Tints of Mindaro #D0FF5D
RGB
CMYK
RGB Variations
Color information
#D0FF5D (or 0xD0FF5D) is known color: Mindaro. HEX triplet: D0, FF and 5D. RGB value is (208,255,93). Sum of RGB (Red+Green+Blue) = 208+255+93=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 93 (36.72% from 255 or 16.73% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FF5D is #2F00A2. Grayscale: #DFDFDF. Windows color (decimal): -3080355 or 6160336. OLE color: 6160336.
HSL color Cylindrical-coordinate representation of color #D0FF5D: hue angle of 77.41º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0FF5D is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 93 | - |
| CMYK | 0.18 | 0 | 0.64 | 0 |
| HSL | 77.41º | 1% | 0.68% | - |
| HSV(B) | 77.41º | 0.64% | 1% | - |
| XYZ | 63.75 | 85.72 | 23.54 | - |
| YUV | 222.48 | 54.93 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 93 | 0.18 | 0 | 0.64 | 0 | 77.41 | 1 | 0.68 |
| Hex | D0 | FF | 5D | 12 | 0 | 40 | 0 | 4D | 64 | 44 |
| Octal | 320 | 377 | 135 | 22 | 0 | 100 | 0 | 115 | 144 | 104 |
| Binary | 11010000 | 11111111 | 1011101 | 10010 | 0 | 1000000 | 0 | 1001101 | 1100100 | 1000100 |
Color Harmonies of #D0FF5D
Complementary color
Monochromatic Colors of #D0FF5D
Black with #D0FF5D
Text Example
Text Example
White with #D0FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF5D; }
p { color: rgb(208,255,93); }
H1.HeaderClassName
{
color: #D0FF5D;
}
.AnyTagClassName
{
color: #D0FF5D;
}
</style>
background-color css
<style>
a { background-color: #D0FF5D; }
a { background-color: rgb(208,255,93); }
div.DivClassName
{
background-color: #D0FF5D;
}
.BgClassName
{
background-color: #D0FF5D;
}
</style>
border-color css
<style>
span { border-color: #D0FF5D; }
span { border-color: rgb(208,255,93); }
td.TdClassName
{
border-color: #D0FF5D;
}
.TagClassName
{
border-color: #D0FF5D;
}
</style>