Shades of Mindaro #D0FF50
Tints of Mindaro #D0FF50
RGB
CMYK
RGB Variations
Color information
#D0FF50 (or 0xD0FF50) is known color: Mindaro. HEX triplet: D0, FF and 50. RGB value is (208,255,80). Sum of RGB (Red+Green+Blue) = 208+255+80=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FF50 is #2F00AF. Grayscale: #DDDDDD. Windows color (decimal): -3080368 or 5308368. OLE color: 5308368.
HSL color Cylindrical-coordinate representation of color #D0FF50: hue angle of 76.11º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0FF50 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 255 | 80 | - |
CMYK | 0.18 | 0 | 0.69 | 0 |
HSL | 76.11º | 1% | 0.66% | - |
HSV(B) | 76.11º | 0.69% | 1% | - |
XYZ | 63.22 | 85.51 | 20.76 | - |
YUV | 221 | 48.43 | 118.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 255 | 80 | 0.18 | 0 | 0.69 | 0 | 76.11 | 1 | 0.66 |
Hex | D0 | FF | 50 | 12 | 0 | 45 | 0 | 4C | 64 | 42 |
Octal | 320 | 377 | 120 | 22 | 0 | 105 | 0 | 114 | 144 | 102 |
Binary | 11010000 | 11111111 | 1010000 | 10010 | 0 | 1000101 | 0 | 1001100 | 1100100 | 1000010 |
Color Harmonies of #D0FF50
Complementary color
Monochromatic Colors of #D0FF50
Black with #D0FF50
Text Example
Text Example
White with #D0FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF50; }
p { color: rgb(208,255,80); }
H1.HeaderClassName
{
color: #D0FF50;
}
.AnyTagClassName
{
color: #D0FF50;
}
</style>
background-color css
<style>
a { background-color: #D0FF50; }
a { background-color: rgb(208,255,80); }
div.DivClassName
{
background-color: #D0FF50;
}
.BgClassName
{
background-color: #D0FF50;
}
</style>
border-color css
<style>
span { border-color: #D0FF50; }
span { border-color: rgb(208,255,80); }
td.TdClassName
{
border-color: #D0FF50;
}
.TagClassName
{
border-color: #D0FF50;
}
</style>