Shades of Mindaro #D6FA5C
Tints of Mindaro #D6FA5C
RGB
CMYK
RGB Variations
Color information
#D6FA5C (or 0xD6FA5C) is known color: Mindaro. HEX triplet: D6, FA and 5C. RGB value is (214,250,92). Sum of RGB (Red+Green+Blue) = 214+250+92=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 92 (36.33% from 255 or 16.55% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA5C is #2905A3. Grayscale: #DDDDDD. Windows color (decimal): -2688420 or 6093526. OLE color: 6093526.
HSL color Cylindrical-coordinate representation of color #D6FA5C: hue angle of 73.67º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6FA5C is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 92 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.02 |
| HSL | 73.67º | 0.94% | 0.67% | - |
| HSV(B) | 73.67º | 0.63% | 0.98% | - |
| XYZ | 63.85 | 83.44 | 22.87 | - |
| YUV | 221.22 | 55.07 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 92 | 0.14 | 0 | 0.63 | 0.02 | 73.67 | 0.94 | 0.67 |
| Hex | D6 | FA | 5C | E | 0 | 3F | 2 | 4A | 5E | 43 |
| Octal | 326 | 372 | 134 | 16 | 0 | 77 | 2 | 112 | 136 | 103 |
| Binary | 11010110 | 11111010 | 1011100 | 1110 | 0 | 111111 | 10 | 1001010 | 1011110 | 1000011 |
Color Harmonies of #D6FA5C
Complementary color
Monochromatic Colors of #D6FA5C
Black with #D6FA5C
Text Example
Text Example
White with #D6FA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FA5C; }
p { color: rgb(214,250,92); }
H1.HeaderClassName
{
color: #D6FA5C;
}
.AnyTagClassName
{
color: #D6FA5C;
}
</style>
background-color css
<style>
a { background-color: #D6FA5C; }
a { background-color: rgb(214,250,92); }
div.DivClassName
{
background-color: #D6FA5C;
}
.BgClassName
{
background-color: #D6FA5C;
}
</style>
border-color css
<style>
span { border-color: #D6FA5C; }
span { border-color: rgb(214,250,92); }
td.TdClassName
{
border-color: #D6FA5C;
}
.TagClassName
{
border-color: #D6FA5C;
}
</style>