Shades of Mindaro #D0F46D
Tints of Mindaro #D0F46D
RGB
CMYK
RGB Variations
Color information
#D0F46D (or 0xD0F46D) is known color: Mindaro. HEX triplet: D0, F4 and 6D. RGB value is (208,244,109). Sum of RGB (Red+Green+Blue) = 208+244+109=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 244 (95.70% from 255 or 43.49% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F46D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F46D is #2F0B92. Grayscale: #DADADA. Windows color (decimal): -3083155 or 7206096. OLE color: 7206096.
HSL color Cylindrical-coordinate representation of color #D0F46D: hue angle of 76º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0F46D is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 109 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.04 |
| HSL | 76º | 0.86% | 0.69% | - |
| HSV(B) | 76º | 0.55% | 0.96% | - |
| XYZ | 61.12 | 79.22 | 26.54 | - |
| YUV | 217.85 | 66.57 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 109 | 0.15 | 0 | 0.55 | 0.04 | 76 | 0.86 | 0.69 |
| Hex | D0 | F4 | 6D | F | 0 | 37 | 4 | 4C | 56 | 45 |
| Octal | 320 | 364 | 155 | 17 | 0 | 67 | 4 | 114 | 126 | 105 |
| Binary | 11010000 | 11110100 | 1101101 | 1111 | 0 | 110111 | 100 | 1001100 | 1010110 | 1000101 |
Color Harmonies of #D0F46D
Complementary color
Monochromatic Colors of #D0F46D
Black with #D0F46D
Text Example
Text Example
White with #D0F46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F46D; }
p { color: rgb(208,244,109); }
H1.HeaderClassName
{
color: #D0F46D;
}
.AnyTagClassName
{
color: #D0F46D;
}
</style>
background-color css
<style>
a { background-color: #D0F46D; }
a { background-color: rgb(208,244,109); }
div.DivClassName
{
background-color: #D0F46D;
}
.BgClassName
{
background-color: #D0F46D;
}
</style>
border-color css
<style>
span { border-color: #D0F46D; }
span { border-color: rgb(208,244,109); }
td.TdClassName
{
border-color: #D0F46D;
}
.TagClassName
{
border-color: #D0F46D;
}
</style>