Shades of Mindaro #D0F16C
Tints of Mindaro #D0F16C
RGB
CMYK
RGB Variations
Color information
#D0F16C (or 0xD0F16C) is known color: Mindaro. HEX triplet: D0, F1 and 6C. RGB value is (208,241,108). Sum of RGB (Red+Green+Blue) = 208+241+108=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F16C is #2F0E93. Grayscale: #D8D8D8. Windows color (decimal): -3083924 or 7139792. OLE color: 7139792.
HSL color Cylindrical-coordinate representation of color #D0F16C: hue angle of 74.89º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0F16C is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 108 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.05 |
| HSL | 74.89º | 0.83% | 0.68% | - |
| HSV(B) | 74.89º | 0.55% | 0.95% | - |
| XYZ | 60.17 | 77.4 | 25.96 | - |
| YUV | 215.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 108 | 0.14 | 0 | 0.55 | 0.05 | 74.89 | 0.83 | 0.68 |
| Hex | D0 | F1 | 6C | E | 0 | 37 | 5 | 4B | 53 | 44 |
| Octal | 320 | 361 | 154 | 16 | 0 | 67 | 5 | 113 | 123 | 104 |
| Binary | 11010000 | 11110001 | 1101100 | 1110 | 0 | 110111 | 101 | 1001011 | 1010011 | 1000100 |
Color Harmonies of #D0F16C
Complementary color
Monochromatic Colors of #D0F16C
Black with #D0F16C
Text Example
Text Example
White with #D0F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F16C; }
p { color: rgb(208,241,108); }
H1.HeaderClassName
{
color: #D0F16C;
}
.AnyTagClassName
{
color: #D0F16C;
}
</style>
background-color css
<style>
a { background-color: #D0F16C; }
a { background-color: rgb(208,241,108); }
div.DivClassName
{
background-color: #D0F16C;
}
.BgClassName
{
background-color: #D0F16C;
}
</style>
border-color css
<style>
span { border-color: #D0F16C; }
span { border-color: rgb(208,241,108); }
td.TdClassName
{
border-color: #D0F16C;
}
.TagClassName
{
border-color: #D0F16C;
}
</style>