Shades of Mindaro #D4FF57
Tints of Mindaro #D4FF57
RGB
CMYK
RGB Variations
Color information
#D4FF57 (or 0xD4FF57) is known color: Mindaro. HEX triplet: D4, FF and 57. RGB value is (212,255,87). Sum of RGB (Red+Green+Blue) = 212+255+87=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 87 (34.38% from 255 or 15.70% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FF57 is #2B00A8. Grayscale: #DFDFDF. Windows color (decimal): -2818217 or 5767124. OLE color: 5767124.
HSL color Cylindrical-coordinate representation of color #D4FF57: hue angle of 75.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4FF57 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 87 | - |
| CMYK | 0.17 | 0 | 0.66 | 0 |
| HSL | 75.36º | 1% | 0.67% | - |
| HSV(B) | 75.36º | 0.66% | 1% | - |
| XYZ | 64.63 | 86.21 | 22.25 | - |
| YUV | 222.99 | 51.25 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 87 | 0.17 | 0 | 0.66 | 0 | 75.36 | 1 | 0.67 |
| Hex | D4 | FF | 57 | 11 | 0 | 42 | 0 | 4B | 64 | 43 |
| Octal | 324 | 377 | 127 | 21 | 0 | 102 | 0 | 113 | 144 | 103 |
| Binary | 11010100 | 11111111 | 1010111 | 10001 | 0 | 1000010 | 0 | 1001011 | 1100100 | 1000011 |
Color Harmonies of #D4FF57
Complementary color
Monochromatic Colors of #D4FF57
Black with #D4FF57
Text Example
Text Example
White with #D4FF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF57; }
p { color: rgb(212,255,87); }
H1.HeaderClassName
{
color: #D4FF57;
}
.AnyTagClassName
{
color: #D4FF57;
}
</style>
background-color css
<style>
a { background-color: #D4FF57; }
a { background-color: rgb(212,255,87); }
div.DivClassName
{
background-color: #D4FF57;
}
.BgClassName
{
background-color: #D4FF57;
}
</style>
border-color css
<style>
span { border-color: #D4FF57; }
span { border-color: rgb(212,255,87); }
td.TdClassName
{
border-color: #D4FF57;
}
.TagClassName
{
border-color: #D4FF57;
}
</style>