Shades of Reef #DAF99E
Tints of Reef #DAF99E
RGB
CMYK
RGB Variations
Color information
#DAF99E (or 0xDAF99E) is known color: Reef. HEX triplet: DA, F9 and 9E. RGB value is (218,249,158). Sum of RGB (Red+Green+Blue) = 218+249+158=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 158 (62.11% from 255 or 25.28% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF99E is #250661. Grayscale: #E5E5E5. Windows color (decimal): -2426466 or 10418650. OLE color: 10418650.
HSL color Cylindrical-coordinate representation of color #DAF99E: hue angle of 80.44º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAF99E is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 158 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.02 |
| HSL | 80.44º | 0.88% | 0.8% | - |
| HSV(B) | 80.44º | 0.37% | 0.98% | - |
| XYZ | 68.96 | 85.13 | 45.14 | - |
| YUV | 229.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 158 | 0.12 | 0 | 0.37 | 0.02 | 80.44 | 0.88 | 0.8 |
| Hex | DA | F9 | 9E | C | 0 | 25 | 2 | 50 | 58 | 50 |
| Octal | 332 | 371 | 236 | 14 | 0 | 45 | 2 | 120 | 130 | 120 |
| Binary | 11011010 | 11111001 | 10011110 | 1100 | 0 | 100101 | 10 | 1010000 | 1011000 | 1010000 |
Color Harmonies of #DAF99E
Complementary color
Monochromatic Colors of #DAF99E
Black with #DAF99E
Text Example
Text Example
White with #DAF99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF99E; }
p { color: rgb(218,249,158); }
H1.HeaderClassName
{
color: #DAF99E;
}
.AnyTagClassName
{
color: #DAF99E;
}
</style>
background-color css
<style>
a { background-color: #DAF99E; }
a { background-color: rgb(218,249,158); }
div.DivClassName
{
background-color: #DAF99E;
}
.BgClassName
{
background-color: #DAF99E;
}
</style>
border-color css
<style>
span { border-color: #DAF99E; }
span { border-color: rgb(218,249,158); }
td.TdClassName
{
border-color: #DAF99E;
}
.TagClassName
{
border-color: #DAF99E;
}
</style>