Shades of Reef #DAFE9D
Tints of Reef #DAFE9D
RGB
CMYK
RGB Variations
Color information
#DAFE9D (or 0xDAFE9D) is known color: Reef. HEX triplet: DA, FE and 9D. RGB value is (218,254,157). Sum of RGB (Red+Green+Blue) = 218+254+157=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 157 (61.72% from 255 or 24.96% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE9D is #250162. Grayscale: #E8E8E8. Windows color (decimal): -2425187 or 10354394. OLE color: 10354394.
HSL color Cylindrical-coordinate representation of color #DAFE9D: hue angle of 82.27º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAFE9D is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 157 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.00 |
| HSL | 82.27º | 0.98% | 0.81% | - |
| HSV(B) | 82.27º | 0.38% | 1% | - |
| XYZ | 70.44 | 88.22 | 45.21 | - |
| YUV | 232.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 157 | 0.14 | 0 | 0.38 | 0.00 | 82.27 | 0.98 | 0.81 |
| Hex | DA | FE | 9D | E | 0 | 26 | 0 | 52 | 62 | 51 |
| Octal | 332 | 376 | 235 | 16 | 0 | 46 | 0 | 122 | 142 | 121 |
| Binary | 11011010 | 11111110 | 10011101 | 1110 | 0 | 100110 | 0 | 1010010 | 1100010 | 1010001 |
Color Harmonies of #DAFE9D
Complementary color
Monochromatic Colors of #DAFE9D
Black with #DAFE9D
Text Example
Text Example
White with #DAFE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE9D; }
p { color: rgb(218,254,157); }
H1.HeaderClassName
{
color: #DAFE9D;
}
.AnyTagClassName
{
color: #DAFE9D;
}
</style>
background-color css
<style>
a { background-color: #DAFE9D; }
a { background-color: rgb(218,254,157); }
div.DivClassName
{
background-color: #DAFE9D;
}
.BgClassName
{
background-color: #DAFE9D;
}
</style>
border-color css
<style>
span { border-color: #DAFE9D; }
span { border-color: rgb(218,254,157); }
td.TdClassName
{
border-color: #DAFE9D;
}
.TagClassName
{
border-color: #DAFE9D;
}
</style>