Shades of Mindaro #DAFF69
Tints of Mindaro #DAFF69
RGB
CMYK
RGB Variations
Color information
#DAFF69 (or 0xDAFF69) is known color: Mindaro. HEX triplet: DA, FF and 69. RGB value is (218,255,105). Sum of RGB (Red+Green+Blue) = 218+255+105=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 105 (41.41% from 255 or 18.17% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF69 is #250096. Grayscale: #E3E3E3. Windows color (decimal): -2424983 or 6946778. OLE color: 6946778.
HSL color Cylindrical-coordinate representation of color #DAFF69: hue angle of 74.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAFF69 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 105 | - |
| CMYK | 0.15 | 0 | 0.59 | 0 |
| HSL | 74.8º | 1% | 0.71% | - |
| HSV(B) | 74.8º | 0.59% | 1% | - |
| XYZ | 67.22 | 87.45 | 26.7 | - |
| YUV | 226.84 | 59.24 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 105 | 0.15 | 0 | 0.59 | 0 | 74.8 | 1 | 0.71 |
| Hex | DA | FF | 69 | F | 0 | 3B | 0 | 4B | 64 | 47 |
| Octal | 332 | 377 | 151 | 17 | 0 | 73 | 0 | 113 | 144 | 107 |
| Binary | 11011010 | 11111111 | 1101001 | 1111 | 0 | 111011 | 0 | 1001011 | 1100100 | 1000111 |
Color Harmonies of #DAFF69
Complementary color
Monochromatic Colors of #DAFF69
Black with #DAFF69
Text Example
Text Example
White with #DAFF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF69; }
p { color: rgb(218,255,105); }
H1.HeaderClassName
{
color: #DAFF69;
}
.AnyTagClassName
{
color: #DAFF69;
}
</style>
background-color css
<style>
a { background-color: #DAFF69; }
a { background-color: rgb(218,255,105); }
div.DivClassName
{
background-color: #DAFF69;
}
.BgClassName
{
background-color: #DAFF69;
}
</style>
border-color css
<style>
span { border-color: #DAFF69; }
span { border-color: rgb(218,255,105); }
td.TdClassName
{
border-color: #DAFF69;
}
.TagClassName
{
border-color: #DAFF69;
}
</style>