Shades of Mindaro #D0F263
Tints of Mindaro #D0F263
RGB
CMYK
RGB Variations
Color information
#D0F263 (or 0xD0F263) is known color: Mindaro. HEX triplet: D0, F2 and 63. RGB value is (208,242,99). Sum of RGB (Red+Green+Blue) = 208+242+99=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F263 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F263 is #2F0D9C. Grayscale: #D8D8D8. Windows color (decimal): -3083677 or 6550224. OLE color: 6550224.
HSL color Cylindrical-coordinate representation of color #D0F263: hue angle of 74.27º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0F263 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 99 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.05 |
| HSL | 74.27º | 0.85% | 0.67% | - |
| HSV(B) | 74.27º | 0.59% | 0.95% | - |
| XYZ | 60.02 | 77.82 | 23.66 | - |
| YUV | 215.53 | 62.24 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 99 | 0.14 | 0 | 0.59 | 0.05 | 74.27 | 0.85 | 0.67 |
| Hex | D0 | F2 | 63 | E | 0 | 3B | 5 | 4A | 55 | 43 |
| Octal | 320 | 362 | 143 | 16 | 0 | 73 | 5 | 112 | 125 | 103 |
| Binary | 11010000 | 11110010 | 1100011 | 1110 | 0 | 111011 | 101 | 1001010 | 1010101 | 1000011 |
Color Harmonies of #D0F263
Complementary color
Monochromatic Colors of #D0F263
Black with #D0F263
Text Example
Text Example
White with #D0F263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F263; }
p { color: rgb(208,242,99); }
H1.HeaderClassName
{
color: #D0F263;
}
.AnyTagClassName
{
color: #D0F263;
}
</style>
background-color css
<style>
a { background-color: #D0F263; }
a { background-color: rgb(208,242,99); }
div.DivClassName
{
background-color: #D0F263;
}
.BgClassName
{
background-color: #D0F263;
}
</style>
border-color css
<style>
span { border-color: #D0F263; }
span { border-color: rgb(208,242,99); }
td.TdClassName
{
border-color: #D0F263;
}
.TagClassName
{
border-color: #D0F263;
}
</style>