Shades of Mindaro #D0F461
Tints of Mindaro #D0F461
RGB
CMYK
RGB Variations
Color information
#D0F461 (or 0xD0F461) is known color: Mindaro. HEX triplet: D0, F4 and 61. RGB value is (208,244,97). Sum of RGB (Red+Green+Blue) = 208+244+97=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F461 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F461 is #2F0B9E. Grayscale: #D9D9D9. Windows color (decimal): -3083167 or 6419664. OLE color: 6419664.
HSL color Cylindrical-coordinate representation of color #D0F461: hue angle of 74.69º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0F461 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 97 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.04 |
| HSL | 74.69º | 0.87% | 0.67% | - |
| HSV(B) | 74.69º | 0.6% | 0.96% | - |
| XYZ | 60.52 | 78.97 | 23.36 | - |
| YUV | 216.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 97 | 0.15 | 0 | 0.60 | 0.04 | 74.69 | 0.87 | 0.67 |
| Hex | D0 | F4 | 61 | F | 0 | 3C | 4 | 4B | 57 | 43 |
| Octal | 320 | 364 | 141 | 17 | 0 | 74 | 4 | 113 | 127 | 103 |
| Binary | 11010000 | 11110100 | 1100001 | 1111 | 0 | 111100 | 100 | 1001011 | 1010111 | 1000011 |
Color Harmonies of #D0F461
Complementary color
Monochromatic Colors of #D0F461
Black with #D0F461
Text Example
Text Example
White with #D0F461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F461; }
p { color: rgb(208,244,97); }
H1.HeaderClassName
{
color: #D0F461;
}
.AnyTagClassName
{
color: #D0F461;
}
</style>
background-color css
<style>
a { background-color: #D0F461; }
a { background-color: rgb(208,244,97); }
div.DivClassName
{
background-color: #D0F461;
}
.BgClassName
{
background-color: #D0F461;
}
</style>
border-color css
<style>
span { border-color: #D0F461; }
span { border-color: rgb(208,244,97); }
td.TdClassName
{
border-color: #D0F461;
}
.TagClassName
{
border-color: #D0F461;
}
</style>