Shades of Mindaro #D5FA6E
Tints of Mindaro #D5FA6E
RGB
CMYK
RGB Variations
Color information
#D5FA6E (or 0xD5FA6E) is known color: Mindaro. HEX triplet: D5, FA and 6E. RGB value is (213,250,110). Sum of RGB (Red+Green+Blue) = 213+250+110=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 110 (43.36% from 255 or 19.20% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FA6E is #2A0591. Grayscale: #DFDFDF. Windows color (decimal): -2753938 or 7273173. OLE color: 7273173.
HSL color Cylindrical-coordinate representation of color #D5FA6E: hue angle of 75.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5FA6E is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 110 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.02 |
| HSL | 75.86º | 0.93% | 0.71% | - |
| HSV(B) | 75.86º | 0.56% | 0.98% | - |
| XYZ | 64.44 | 83.64 | 27.5 | - |
| YUV | 222.98 | 64.24 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 110 | 0.15 | 0 | 0.56 | 0.02 | 75.86 | 0.93 | 0.71 |
| Hex | D5 | FA | 6E | F | 0 | 38 | 2 | 4C | 5D | 47 |
| Octal | 325 | 372 | 156 | 17 | 0 | 70 | 2 | 114 | 135 | 107 |
| Binary | 11010101 | 11111010 | 1101110 | 1111 | 0 | 111000 | 10 | 1001100 | 1011101 | 1000111 |
Color Harmonies of #D5FA6E
Complementary color
Monochromatic Colors of #D5FA6E
Black with #D5FA6E
Text Example
Text Example
White with #D5FA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA6E; }
p { color: rgb(213,250,110); }
H1.HeaderClassName
{
color: #D5FA6E;
}
.AnyTagClassName
{
color: #D5FA6E;
}
</style>
background-color css
<style>
a { background-color: #D5FA6E; }
a { background-color: rgb(213,250,110); }
div.DivClassName
{
background-color: #D5FA6E;
}
.BgClassName
{
background-color: #D5FA6E;
}
</style>
border-color css
<style>
span { border-color: #D5FA6E; }
span { border-color: rgb(213,250,110); }
td.TdClassName
{
border-color: #D5FA6E;
}
.TagClassName
{
border-color: #D5FA6E;
}
</style>