Shades of Mindaro #D4FF64
Tints of Mindaro #D4FF64
RGB
CMYK
RGB Variations
Color information
#D4FF64 (or 0xD4FF64) is known color: Mindaro. HEX triplet: D4, FF and 64. RGB value is (212,255,100). Sum of RGB (Red+Green+Blue) = 212+255+100=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 100 (39.45% from 255 or 17.64% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FF64 is #2B009B. Grayscale: #E1E1E1. Windows color (decimal): -2818204 or 6619092. OLE color: 6619092.
HSL color Cylindrical-coordinate representation of color #D4FF64: hue angle of 76.65º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4FF64 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 100 | - |
| CMYK | 0.17 | 0 | 0.61 | 0 |
| HSL | 76.65º | 1% | 0.7% | - |
| HSV(B) | 76.65º | 0.61% | 1% | - |
| XYZ | 65.21 | 86.44 | 25.3 | - |
| YUV | 224.47 | 57.75 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 100 | 0.17 | 0 | 0.61 | 0 | 76.65 | 1 | 0.7 |
| Hex | D4 | FF | 64 | 11 | 0 | 3D | 0 | 4D | 64 | 46 |
| Octal | 324 | 377 | 144 | 21 | 0 | 75 | 0 | 115 | 144 | 106 |
| Binary | 11010100 | 11111111 | 1100100 | 10001 | 0 | 111101 | 0 | 1001101 | 1100100 | 1000110 |
Color Harmonies of #D4FF64
Complementary color
Monochromatic Colors of #D4FF64
Black with #D4FF64
Text Example
Text Example
White with #D4FF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF64; }
p { color: rgb(212,255,100); }
H1.HeaderClassName
{
color: #D4FF64;
}
.AnyTagClassName
{
color: #D4FF64;
}
</style>
background-color css
<style>
a { background-color: #D4FF64; }
a { background-color: rgb(212,255,100); }
div.DivClassName
{
background-color: #D4FF64;
}
.BgClassName
{
background-color: #D4FF64;
}
</style>
border-color css
<style>
span { border-color: #D4FF64; }
span { border-color: rgb(212,255,100); }
td.TdClassName
{
border-color: #D4FF64;
}
.TagClassName
{
border-color: #D4FF64;
}
</style>