Shades of Mindaro #DAFF68
Tints of Mindaro #DAFF68
RGB
CMYK
RGB Variations
Color information
#DAFF68 (or 0xDAFF68) is known color: Mindaro. HEX triplet: DA, FF and 68. RGB value is (218,255,104). Sum of RGB (Red+Green+Blue) = 218+255+104=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 104 (41.02% from 255 or 18.02% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF68 is #250097. Grayscale: #E3E3E3. Windows color (decimal): -2424984 or 6881242. OLE color: 6881242.
HSL color Cylindrical-coordinate representation of color #DAFF68: hue angle of 74.7º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAFF68 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 104 | - |
| CMYK | 0.15 | 0 | 0.59 | 0 |
| HSL | 74.7º | 1% | 0.7% | - |
| HSV(B) | 74.7º | 0.59% | 1% | - |
| XYZ | 67.17 | 87.42 | 26.43 | - |
| YUV | 226.72 | 58.74 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 104 | 0.15 | 0 | 0.59 | 0 | 74.7 | 1 | 0.7 |
| Hex | DA | FF | 68 | F | 0 | 3B | 0 | 4B | 64 | 46 |
| Octal | 332 | 377 | 150 | 17 | 0 | 73 | 0 | 113 | 144 | 106 |
| Binary | 11011010 | 11111111 | 1101000 | 1111 | 0 | 111011 | 0 | 1001011 | 1100100 | 1000110 |
Color Harmonies of #DAFF68
Complementary color
Monochromatic Colors of #DAFF68
Black with #DAFF68
Text Example
Text Example
White with #DAFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF68; }
p { color: rgb(218,255,104); }
H1.HeaderClassName
{
color: #DAFF68;
}
.AnyTagClassName
{
color: #DAFF68;
}
</style>
background-color css
<style>
a { background-color: #DAFF68; }
a { background-color: rgb(218,255,104); }
div.DivClassName
{
background-color: #DAFF68;
}
.BgClassName
{
background-color: #DAFF68;
}
</style>
border-color css
<style>
span { border-color: #DAFF68; }
span { border-color: rgb(218,255,104); }
td.TdClassName
{
border-color: #DAFF68;
}
.TagClassName
{
border-color: #DAFF68;
}
</style>