Shades of Mindaro #DBFF64
Tints of Mindaro #DBFF64
RGB
CMYK
RGB Variations
Color information
#DBFF64 (or 0xDBFF64) is known color: Mindaro. HEX triplet: DB, FF and 64. RGB value is (219,255,100). Sum of RGB (Red+Green+Blue) = 219+255+100=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 100 (39.45% from 255 or 17.42% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF64 is #24009B. Grayscale: #E3E3E3. Windows color (decimal): -2359452 or 6619099. OLE color: 6619099.
HSL color Cylindrical-coordinate representation of color #DBFF64: hue angle of 73.94º 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 #DBFF64 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 100 | - |
| CMYK | 0.14 | 0 | 0.61 | 0 |
| HSL | 73.94º | 1% | 0.7% | - |
| HSV(B) | 73.94º | 0.61% | 1% | - |
| XYZ | 67.27 | 87.5 | 25.4 | - |
| YUV | 226.57 | 56.57 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 100 | 0.14 | 0 | 0.61 | 0 | 73.94 | 1 | 0.7 |
| Hex | DB | FF | 64 | E | 0 | 3D | 0 | 4A | 64 | 46 |
| Octal | 333 | 377 | 144 | 16 | 0 | 75 | 0 | 112 | 144 | 106 |
| Binary | 11011011 | 11111111 | 1100100 | 1110 | 0 | 111101 | 0 | 1001010 | 1100100 | 1000110 |
Color Harmonies of #DBFF64
Complementary color
Monochromatic Colors of #DBFF64
Black with #DBFF64
Text Example
Text Example
White with #DBFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF64; }
p { color: rgb(219,255,100); }
H1.HeaderClassName
{
color: #DBFF64;
}
.AnyTagClassName
{
color: #DBFF64;
}
</style>
background-color css
<style>
a { background-color: #DBFF64; }
a { background-color: rgb(219,255,100); }
div.DivClassName
{
background-color: #DBFF64;
}
.BgClassName
{
background-color: #DBFF64;
}
</style>
border-color css
<style>
span { border-color: #DBFF64; }
span { border-color: rgb(219,255,100); }
td.TdClassName
{
border-color: #DBFF64;
}
.TagClassName
{
border-color: #DBFF64;
}
</style>