Shades of Mindaro #DAFE6C
Tints of Mindaro #DAFE6C
RGB
CMYK
RGB Variations
Color information
#DAFE6C (or 0xDAFE6C) is known color: Mindaro. HEX triplet: DA, FE and 6C. RGB value is (218,254,108). Sum of RGB (Red+Green+Blue) = 218+254+108=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 108 (42.58% from 255 or 18.62% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE6C is #250193. Grayscale: #E3E3E3. Windows color (decimal): -2425236 or 7143130. OLE color: 7143130.
HSL color Cylindrical-coordinate representation of color #DAFE6C: hue angle of 74.79º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAFE6C is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 108 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.00 |
| HSL | 74.79º | 0.99% | 0.71% | - |
| HSV(B) | 74.79º | 0.57% | 1% | - |
| XYZ | 67.06 | 86.87 | 27.42 | - |
| YUV | 226.59 | 61.07 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 108 | 0.14 | 0 | 0.57 | 0.00 | 74.79 | 0.99 | 0.71 |
| Hex | DA | FE | 6C | E | 0 | 39 | 0 | 4B | 63 | 47 |
| Octal | 332 | 376 | 154 | 16 | 0 | 71 | 0 | 113 | 143 | 107 |
| Binary | 11011010 | 11111110 | 1101100 | 1110 | 0 | 111001 | 0 | 1001011 | 1100011 | 1000111 |
Color Harmonies of #DAFE6C
Complementary color
Monochromatic Colors of #DAFE6C
Black with #DAFE6C
Text Example
Text Example
White with #DAFE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE6C; }
p { color: rgb(218,254,108); }
H1.HeaderClassName
{
color: #DAFE6C;
}
.AnyTagClassName
{
color: #DAFE6C;
}
</style>
background-color css
<style>
a { background-color: #DAFE6C; }
a { background-color: rgb(218,254,108); }
div.DivClassName
{
background-color: #DAFE6C;
}
.BgClassName
{
background-color: #DAFE6C;
}
</style>
border-color css
<style>
span { border-color: #DAFE6C; }
span { border-color: rgb(218,254,108); }
td.TdClassName
{
border-color: #DAFE6C;
}
.TagClassName
{
border-color: #DAFE6C;
}
</style>