Shades of Mindaro #D0FA6A
Tints of Mindaro #D0FA6A
RGB
CMYK
RGB Variations
Color information
#D0FA6A (or 0xD0FA6A) is known color: Mindaro. HEX triplet: D0, FA and 6A. RGB value is (208,250,106). Sum of RGB (Red+Green+Blue) = 208+250+106=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA6A is #2F0595. Grayscale: #DDDDDD. Windows color (decimal): -3081622 or 7011024. OLE color: 7011024.
HSL color Cylindrical-coordinate representation of color #D0FA6A: hue angle of 77.5º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0FA6A is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 106 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.02 |
| HSL | 77.5º | 0.94% | 0.7% | - |
| HSV(B) | 77.5º | 0.58% | 0.98% | - |
| XYZ | 62.8 | 82.82 | 26.31 | - |
| YUV | 221.03 | 63.09 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 106 | 0.17 | 0 | 0.58 | 0.02 | 77.5 | 0.94 | 0.7 |
| Hex | D0 | FA | 6A | 11 | 0 | 3A | 2 | 4E | 5E | 46 |
| Octal | 320 | 372 | 152 | 21 | 0 | 72 | 2 | 116 | 136 | 106 |
| Binary | 11010000 | 11111010 | 1101010 | 10001 | 0 | 111010 | 10 | 1001110 | 1011110 | 1000110 |
Color Harmonies of #D0FA6A
Complementary color
Monochromatic Colors of #D0FA6A
Black with #D0FA6A
Text Example
Text Example
White with #D0FA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA6A; }
p { color: rgb(208,250,106); }
H1.HeaderClassName
{
color: #D0FA6A;
}
.AnyTagClassName
{
color: #D0FA6A;
}
</style>
background-color css
<style>
a { background-color: #D0FA6A; }
a { background-color: rgb(208,250,106); }
div.DivClassName
{
background-color: #D0FA6A;
}
.BgClassName
{
background-color: #D0FA6A;
}
</style>
border-color css
<style>
span { border-color: #D0FA6A; }
span { border-color: rgb(208,250,106); }
td.TdClassName
{
border-color: #D0FA6A;
}
.TagClassName
{
border-color: #D0FA6A;
}
</style>