Shades of Reef #DAFE89
Tints of Reef #DAFE89
RGB
CMYK
RGB Variations
Color information
#DAFE89 (or 0xDAFE89) is known color: Reef. HEX triplet: DA, FE and 89. RGB value is (218,254,137). Sum of RGB (Red+Green+Blue) = 218+254+137=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 137 (53.91% from 255 or 22.50% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE89 is #250176. Grayscale: #E6E6E6. Windows color (decimal): -2425207 or 9043674. OLE color: 9043674.
HSL color Cylindrical-coordinate representation of color #DAFE89: hue angle of 78.46º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAFE89 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 137 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.00 |
| HSL | 78.46º | 0.98% | 0.77% | - |
| HSV(B) | 78.46º | 0.46% | 1% | - |
| XYZ | 68.87 | 87.6 | 36.94 | - |
| YUV | 229.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 137 | 0.14 | 0 | 0.46 | 0.00 | 78.46 | 0.98 | 0.77 |
| Hex | DA | FE | 89 | E | 0 | 2E | 0 | 4E | 62 | 4D |
| Octal | 332 | 376 | 211 | 16 | 0 | 56 | 0 | 116 | 142 | 115 |
| Binary | 11011010 | 11111110 | 10001001 | 1110 | 0 | 101110 | 0 | 1001110 | 1100010 | 1001101 |
Color Harmonies of #DAFE89
Complementary color
Monochromatic Colors of #DAFE89
Black with #DAFE89
Text Example
Text Example
White with #DAFE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE89; }
p { color: rgb(218,254,137); }
H1.HeaderClassName
{
color: #DAFE89;
}
.AnyTagClassName
{
color: #DAFE89;
}
</style>
background-color css
<style>
a { background-color: #DAFE89; }
a { background-color: rgb(218,254,137); }
div.DivClassName
{
background-color: #DAFE89;
}
.BgClassName
{
background-color: #DAFE89;
}
</style>
border-color css
<style>
span { border-color: #DAFE89; }
span { border-color: rgb(218,254,137); }
td.TdClassName
{
border-color: #DAFE89;
}
.TagClassName
{
border-color: #DAFE89;
}
</style>