Shades of Mindaro #D4FA6B
Tints of Mindaro #D4FA6B
RGB
CMYK
RGB Variations
Color information
#D4FA6B (or 0xD4FA6B) is known color: Mindaro. HEX triplet: D4, FA and 6B. RGB value is (212,250,107). Sum of RGB (Red+Green+Blue) = 212+250+107=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 107 (42.19% from 255 or 18.80% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA6B is #2B0594. Grayscale: #DEDEDE. Windows color (decimal): -2819477 or 7076564. OLE color: 7076564.
HSL color Cylindrical-coordinate representation of color #D4FA6B: hue angle of 75.94º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4FA6B is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 107 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.02 |
| HSL | 75.94º | 0.93% | 0.7% | - |
| HSV(B) | 75.94º | 0.57% | 0.98% | - |
| XYZ | 63.99 | 83.43 | 26.64 | - |
| YUV | 222.34 | 62.91 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 107 | 0.15 | 0 | 0.57 | 0.02 | 75.94 | 0.93 | 0.7 |
| Hex | D4 | FA | 6B | F | 0 | 39 | 2 | 4C | 5D | 46 |
| Octal | 324 | 372 | 153 | 17 | 0 | 71 | 2 | 114 | 135 | 106 |
| Binary | 11010100 | 11111010 | 1101011 | 1111 | 0 | 111001 | 10 | 1001100 | 1011101 | 1000110 |
Color Harmonies of #D4FA6B
Complementary color
Monochromatic Colors of #D4FA6B
Black with #D4FA6B
Text Example
Text Example
White with #D4FA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA6B; }
p { color: rgb(212,250,107); }
H1.HeaderClassName
{
color: #D4FA6B;
}
.AnyTagClassName
{
color: #D4FA6B;
}
</style>
background-color css
<style>
a { background-color: #D4FA6B; }
a { background-color: rgb(212,250,107); }
div.DivClassName
{
background-color: #D4FA6B;
}
.BgClassName
{
background-color: #D4FA6B;
}
</style>
border-color css
<style>
span { border-color: #D4FA6B; }
span { border-color: rgb(212,250,107); }
td.TdClassName
{
border-color: #D4FA6B;
}
.TagClassName
{
border-color: #D4FA6B;
}
</style>