Shades of Mindaro #DFFB64
Tints of Mindaro #DFFB64
RGB
CMYK
RGB Variations
Color information
#DFFB64 (or 0xDFFB64) is known color: Mindaro. HEX triplet: DF, FB and 64. RGB value is (223,251,100). Sum of RGB (Red+Green+Blue) = 223+251+100=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 100 (39.45% from 255 or 17.42% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFB64 is #20049B. Grayscale: #E1E1E1. Windows color (decimal): -2098332 or 6618079. OLE color: 6618079.
HSL color Cylindrical-coordinate representation of color #DFFB64: hue angle of 71.13º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFFB64 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 251 | 100 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.02 |
| HSL | 71.13º | 0.95% | 0.69% | - |
| HSV(B) | 71.13º | 0.6% | 0.98% | - |
| XYZ | 67.23 | 85.6 | 25.04 | - |
| YUV | 225.41 | 57.22 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 251 | 100 | 0.11 | 0 | 0.60 | 0.02 | 71.13 | 0.95 | 0.69 |
| Hex | DF | FB | 64 | B | 0 | 3C | 2 | 47 | 5F | 45 |
| Octal | 337 | 373 | 144 | 13 | 0 | 74 | 2 | 107 | 137 | 105 |
| Binary | 11011111 | 11111011 | 1100100 | 1011 | 0 | 111100 | 10 | 1000111 | 1011111 | 1000101 |
Color Harmonies of #DFFB64
Complementary color
Monochromatic Colors of #DFFB64
Black with #DFFB64
Text Example
Text Example
White with #DFFB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFB64; }
p { color: rgb(223,251,100); }
H1.HeaderClassName
{
color: #DFFB64;
}
.AnyTagClassName
{
color: #DFFB64;
}
</style>
background-color css
<style>
a { background-color: #DFFB64; }
a { background-color: rgb(223,251,100); }
div.DivClassName
{
background-color: #DFFB64;
}
.BgClassName
{
background-color: #DFFB64;
}
</style>
border-color css
<style>
span { border-color: #DFFB64; }
span { border-color: rgb(223,251,100); }
td.TdClassName
{
border-color: #DFFB64;
}
.TagClassName
{
border-color: #DFFB64;
}
</style>