Shades of Mindaro #D6FF55
Tints of Mindaro #D6FF55
RGB
CMYK
RGB Variations
Color information
#D6FF55 (or 0xD6FF55) is known color: Mindaro. HEX triplet: D6, FF and 55. RGB value is (214,255,85). Sum of RGB (Red+Green+Blue) = 214+255+85=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 85 (33.59% from 255 or 15.34% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FF55 is #2900AA. Grayscale: #DFDFDF. Windows color (decimal): -2687147 or 5636054. OLE color: 5636054.
HSL color Cylindrical-coordinate representation of color #D6FF55: hue angle of 74.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6FF55 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 85 | - |
| CMYK | 0.16 | 0 | 0.67 | 0 |
| HSL | 74.47º | 1% | 0.67% | - |
| HSV(B) | 74.47º | 0.67% | 1% | - |
| XYZ | 65.13 | 86.47 | 21.85 | - |
| YUV | 223.36 | 49.92 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 85 | 0.16 | 0 | 0.67 | 0 | 74.47 | 1 | 0.67 |
| Hex | D6 | FF | 55 | 10 | 0 | 43 | 0 | 4A | 64 | 43 |
| Octal | 326 | 377 | 125 | 20 | 0 | 103 | 0 | 112 | 144 | 103 |
| Binary | 11010110 | 11111111 | 1010101 | 10000 | 0 | 1000011 | 0 | 1001010 | 1100100 | 1000011 |
Color Harmonies of #D6FF55
Complementary color
Monochromatic Colors of #D6FF55
Black with #D6FF55
Text Example
Text Example
White with #D6FF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF55; }
p { color: rgb(214,255,85); }
H1.HeaderClassName
{
color: #D6FF55;
}
.AnyTagClassName
{
color: #D6FF55;
}
</style>
background-color css
<style>
a { background-color: #D6FF55; }
a { background-color: rgb(214,255,85); }
div.DivClassName
{
background-color: #D6FF55;
}
.BgClassName
{
background-color: #D6FF55;
}
</style>
border-color css
<style>
span { border-color: #D6FF55; }
span { border-color: rgb(214,255,85); }
td.TdClassName
{
border-color: #D6FF55;
}
.TagClassName
{
border-color: #D6FF55;
}
</style>