Shades of Mindaro #D4FA6C
Tints of Mindaro #D4FA6C
RGB
CMYK
RGB Variations
Color information
#D4FA6C (or 0xD4FA6C) is known color: Mindaro. HEX triplet: D4, FA and 6C. RGB value is (212,250,108). Sum of RGB (Red+Green+Blue) = 212+250+108=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 108 (42.58% from 255 or 18.95% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA6C is #2B0593. Grayscale: #DEDEDE. Windows color (decimal): -2819476 or 7142100. OLE color: 7142100.
HSL color Cylindrical-coordinate representation of color #D4FA6C: hue angle of 76.06º 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 #D4FA6C is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 108 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.02 |
| HSL | 76.06º | 0.93% | 0.7% | - |
| HSV(B) | 76.06º | 0.57% | 0.98% | - |
| XYZ | 64.04 | 83.45 | 26.92 | - |
| YUV | 222.45 | 63.41 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 108 | 0.15 | 0 | 0.57 | 0.02 | 76.06 | 0.93 | 0.7 |
| Hex | D4 | FA | 6C | F | 0 | 39 | 2 | 4C | 5D | 46 |
| Octal | 324 | 372 | 154 | 17 | 0 | 71 | 2 | 114 | 135 | 106 |
| Binary | 11010100 | 11111010 | 1101100 | 1111 | 0 | 111001 | 10 | 1001100 | 1011101 | 1000110 |
Color Harmonies of #D4FA6C
Complementary color
Monochromatic Colors of #D4FA6C
Black with #D4FA6C
Text Example
Text Example
White with #D4FA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA6C; }
p { color: rgb(212,250,108); }
H1.HeaderClassName
{
color: #D4FA6C;
}
.AnyTagClassName
{
color: #D4FA6C;
}
</style>
background-color css
<style>
a { background-color: #D4FA6C; }
a { background-color: rgb(212,250,108); }
div.DivClassName
{
background-color: #D4FA6C;
}
.BgClassName
{
background-color: #D4FA6C;
}
</style>
border-color css
<style>
span { border-color: #D4FA6C; }
span { border-color: rgb(212,250,108); }
td.TdClassName
{
border-color: #D4FA6C;
}
.TagClassName
{
border-color: #D4FA6C;
}
</style>