Shades of Mindaro #D5FF64
Tints of Mindaro #D5FF64
RGB
CMYK
RGB Variations
Color information
#D5FF64 (or 0xD5FF64) is known color: Mindaro. HEX triplet: D5, FF and 64. RGB value is (213,255,100). Sum of RGB (Red+Green+Blue) = 213+255+100=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 100 (39.45% from 255 or 17.61% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF64 is #2A009B. Grayscale: #E1E1E1. Windows color (decimal): -2752668 or 6619093. OLE color: 6619093.
HSL color Cylindrical-coordinate representation of color #D5FF64: hue angle of 76.26º 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 #D5FF64 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 100 | - |
| CMYK | 0.16 | 0 | 0.61 | 0 |
| HSL | 76.26º | 1% | 0.7% | - |
| HSV(B) | 76.26º | 0.61% | 1% | - |
| XYZ | 65.5 | 86.59 | 25.32 | - |
| YUV | 224.77 | 57.59 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 100 | 0.16 | 0 | 0.61 | 0 | 76.26 | 1 | 0.7 |
| Hex | D5 | FF | 64 | 10 | 0 | 3D | 0 | 4C | 64 | 46 |
| Octal | 325 | 377 | 144 | 20 | 0 | 75 | 0 | 114 | 144 | 106 |
| Binary | 11010101 | 11111111 | 1100100 | 10000 | 0 | 111101 | 0 | 1001100 | 1100100 | 1000110 |
Color Harmonies of #D5FF64
Complementary color
Monochromatic Colors of #D5FF64
Black with #D5FF64
Text Example
Text Example
White with #D5FF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF64; }
p { color: rgb(213,255,100); }
H1.HeaderClassName
{
color: #D5FF64;
}
.AnyTagClassName
{
color: #D5FF64;
}
</style>
background-color css
<style>
a { background-color: #D5FF64; }
a { background-color: rgb(213,255,100); }
div.DivClassName
{
background-color: #D5FF64;
}
.BgClassName
{
background-color: #D5FF64;
}
</style>
border-color css
<style>
span { border-color: #D5FF64; }
span { border-color: rgb(213,255,100); }
td.TdClassName
{
border-color: #D5FF64;
}
.TagClassName
{
border-color: #D5FF64;
}
</style>