Shades of Mindaro #D4FF55
Tints of Mindaro #D4FF55
RGB
CMYK
RGB Variations
Color information
#D4FF55 (or 0xD4FF55) is known color: Mindaro. HEX triplet: D4, FF and 55. RGB value is (212,255,85). Sum of RGB (Red+Green+Blue) = 212+255+85=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 85 (33.59% from 255 or 15.40% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FF55 is #2B00AA. Grayscale: #DFDFDF. Windows color (decimal): -2818219 or 5636052. OLE color: 5636052.
HSL color Cylindrical-coordinate representation of color #D4FF55: hue angle of 75.18º 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 #D4FF55 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 85 | - |
| CMYK | 0.17 | 0 | 0.67 | 0 |
| HSL | 75.18º | 1% | 0.67% | - |
| HSV(B) | 75.18º | 0.67% | 1% | - |
| XYZ | 64.55 | 86.17 | 21.83 | - |
| YUV | 222.76 | 50.25 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 85 | 0.17 | 0 | 0.67 | 0 | 75.18 | 1 | 0.67 |
| Hex | D4 | FF | 55 | 11 | 0 | 43 | 0 | 4B | 64 | 43 |
| Octal | 324 | 377 | 125 | 21 | 0 | 103 | 0 | 113 | 144 | 103 |
| Binary | 11010100 | 11111111 | 1010101 | 10001 | 0 | 1000011 | 0 | 1001011 | 1100100 | 1000011 |
Color Harmonies of #D4FF55
Complementary color
Monochromatic Colors of #D4FF55
Black with #D4FF55
Text Example
Text Example
White with #D4FF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF55; }
p { color: rgb(212,255,85); }
H1.HeaderClassName
{
color: #D4FF55;
}
.AnyTagClassName
{
color: #D4FF55;
}
</style>
background-color css
<style>
a { background-color: #D4FF55; }
a { background-color: rgb(212,255,85); }
div.DivClassName
{
background-color: #D4FF55;
}
.BgClassName
{
background-color: #D4FF55;
}
</style>
border-color css
<style>
span { border-color: #D4FF55; }
span { border-color: rgb(212,255,85); }
td.TdClassName
{
border-color: #D4FF55;
}
.TagClassName
{
border-color: #D4FF55;
}
</style>