Shades of Reef #DAFE95
Tints of Reef #DAFE95
RGB
CMYK
RGB Variations
Color information
#DAFE95 (or 0xDAFE95) is known color: Reef. HEX triplet: DA, FE and 95. RGB value is (218,254,149). Sum of RGB (Red+Green+Blue) = 218+254+149=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 149 (58.59% from 255 or 23.99% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE95 is #25016A. Grayscale: #E7E7E7. Windows color (decimal): -2425195 or 9830106. OLE color: 9830106.
HSL color Cylindrical-coordinate representation of color #DAFE95: hue angle of 80.57º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAFE95 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 149 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.00 |
| HSL | 80.57º | 0.98% | 0.79% | - |
| HSV(B) | 80.57º | 0.41% | 1% | - |
| XYZ | 69.78 | 87.96 | 41.73 | - |
| YUV | 231.27 | 81.57 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 149 | 0.14 | 0 | 0.41 | 0.00 | 80.57 | 0.98 | 0.79 |
| Hex | DA | FE | 95 | E | 0 | 29 | 0 | 51 | 62 | 4F |
| Octal | 332 | 376 | 225 | 16 | 0 | 51 | 0 | 121 | 142 | 117 |
| Binary | 11011010 | 11111110 | 10010101 | 1110 | 0 | 101001 | 0 | 1010001 | 1100010 | 1001111 |
Color Harmonies of #DAFE95
Complementary color
Monochromatic Colors of #DAFE95
Black with #DAFE95
Text Example
Text Example
White with #DAFE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE95; }
p { color: rgb(218,254,149); }
H1.HeaderClassName
{
color: #DAFE95;
}
.AnyTagClassName
{
color: #DAFE95;
}
</style>
background-color css
<style>
a { background-color: #DAFE95; }
a { background-color: rgb(218,254,149); }
div.DivClassName
{
background-color: #DAFE95;
}
.BgClassName
{
background-color: #DAFE95;
}
</style>
border-color css
<style>
span { border-color: #DAFE95; }
span { border-color: rgb(218,254,149); }
td.TdClassName
{
border-color: #DAFE95;
}
.TagClassName
{
border-color: #DAFE95;
}
</style>