Shades of Mindaro #DAFF60
Tints of Mindaro #DAFF60
RGB
CMYK
RGB Variations
Color information
#DAFF60 (or 0xDAFF60) is known color: Mindaro. HEX triplet: DA, FF and 60. RGB value is (218,255,96). Sum of RGB (Red+Green+Blue) = 218+255+96=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 96 (37.89% from 255 or 16.87% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF60 is #25009F. Grayscale: #E2E2E2. Windows color (decimal): -2424992 or 6356954. OLE color: 6356954.
HSL color Cylindrical-coordinate representation of color #DAFF60: hue angle of 73.96º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAFF60 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 96 | - |
| CMYK | 0.15 | 0 | 0.62 | 0 |
| HSL | 73.96º | 1% | 0.69% | - |
| HSV(B) | 73.96º | 0.62% | 1% | - |
| XYZ | 66.78 | 87.27 | 24.39 | - |
| YUV | 225.81 | 54.74 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 96 | 0.15 | 0 | 0.62 | 0 | 73.96 | 1 | 0.69 |
| Hex | DA | FF | 60 | F | 0 | 3E | 0 | 4A | 64 | 45 |
| Octal | 332 | 377 | 140 | 17 | 0 | 76 | 0 | 112 | 144 | 105 |
| Binary | 11011010 | 11111111 | 1100000 | 1111 | 0 | 111110 | 0 | 1001010 | 1100100 | 1000101 |
Color Harmonies of #DAFF60
Complementary color
Monochromatic Colors of #DAFF60
Black with #DAFF60
Text Example
Text Example
White with #DAFF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF60; }
p { color: rgb(218,255,96); }
H1.HeaderClassName
{
color: #DAFF60;
}
.AnyTagClassName
{
color: #DAFF60;
}
</style>
background-color css
<style>
a { background-color: #DAFF60; }
a { background-color: rgb(218,255,96); }
div.DivClassName
{
background-color: #DAFF60;
}
.BgClassName
{
background-color: #DAFF60;
}
</style>
border-color css
<style>
span { border-color: #DAFF60; }
span { border-color: rgb(218,255,96); }
td.TdClassName
{
border-color: #DAFF60;
}
.TagClassName
{
border-color: #DAFF60;
}
</style>