Shades of Reef #DAFE99
Tints of Reef #DAFE99
RGB
CMYK
RGB Variations
Color information
#DAFE99 (or 0xDAFE99) is known color: Reef. HEX triplet: DA, FE and 99. RGB value is (218,254,153). Sum of RGB (Red+Green+Blue) = 218+254+153=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 153 (60.16% from 255 or 24.48% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE99 is #250166. Grayscale: #E8E8E8. Windows color (decimal): -2425191 or 10092250. OLE color: 10092250.
HSL color Cylindrical-coordinate representation of color #DAFE99: hue angle of 81.39º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAFE99 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 153 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.00 |
| HSL | 81.39º | 0.98% | 0.8% | - |
| HSV(B) | 81.39º | 0.4% | 1% | - |
| XYZ | 70.11 | 88.09 | 43.44 | - |
| YUV | 231.72 | 83.57 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 153 | 0.14 | 0 | 0.40 | 0.00 | 81.39 | 0.98 | 0.8 |
| Hex | DA | FE | 99 | E | 0 | 28 | 0 | 51 | 62 | 50 |
| Octal | 332 | 376 | 231 | 16 | 0 | 50 | 0 | 121 | 142 | 120 |
| Binary | 11011010 | 11111110 | 10011001 | 1110 | 0 | 101000 | 0 | 1010001 | 1100010 | 1010000 |
Color Harmonies of #DAFE99
Complementary color
Monochromatic Colors of #DAFE99
Black with #DAFE99
Text Example
Text Example
White with #DAFE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE99; }
p { color: rgb(218,254,153); }
H1.HeaderClassName
{
color: #DAFE99;
}
.AnyTagClassName
{
color: #DAFE99;
}
</style>
background-color css
<style>
a { background-color: #DAFE99; }
a { background-color: rgb(218,254,153); }
div.DivClassName
{
background-color: #DAFE99;
}
.BgClassName
{
background-color: #DAFE99;
}
</style>
border-color css
<style>
span { border-color: #DAFE99; }
span { border-color: rgb(218,254,153); }
td.TdClassName
{
border-color: #DAFE99;
}
.TagClassName
{
border-color: #DAFE99;
}
</style>