Shades of Reef #DAF894
Tints of Reef #DAF894
RGB
CMYK
RGB Variations
Color information
#DAF894 (or 0xDAF894) is known color: Reef. HEX triplet: DA, F8 and 94. RGB value is (218,248,148). Sum of RGB (Red+Green+Blue) = 218+248+148=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF894 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF894 is #25076B. Grayscale: #E3E3E3. Windows color (decimal): -2426732 or 9763034. OLE color: 9763034.
HSL color Cylindrical-coordinate representation of color #DAF894: hue angle of 78º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAF894 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 148 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.03 |
| HSL | 78º | 0.88% | 0.78% | - |
| HSV(B) | 78º | 0.4% | 0.97% | - |
| XYZ | 67.83 | 84.18 | 40.69 | - |
| YUV | 227.63 | 83.06 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 148 | 0.12 | 0 | 0.40 | 0.03 | 78 | 0.88 | 0.78 |
| Hex | DA | F8 | 94 | C | 0 | 28 | 3 | 4E | 58 | 4E |
| Octal | 332 | 370 | 224 | 14 | 0 | 50 | 3 | 116 | 130 | 116 |
| Binary | 11011010 | 11111000 | 10010100 | 1100 | 0 | 101000 | 11 | 1001110 | 1011000 | 1001110 |
Color Harmonies of #DAF894
Complementary color
Monochromatic Colors of #DAF894
Black with #DAF894
Text Example
Text Example
White with #DAF894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF894; }
p { color: rgb(218,248,148); }
H1.HeaderClassName
{
color: #DAF894;
}
.AnyTagClassName
{
color: #DAF894;
}
</style>
background-color css
<style>
a { background-color: #DAF894; }
a { background-color: rgb(218,248,148); }
div.DivClassName
{
background-color: #DAF894;
}
.BgClassName
{
background-color: #DAF894;
}
</style>
border-color css
<style>
span { border-color: #DAF894; }
span { border-color: rgb(218,248,148); }
td.TdClassName
{
border-color: #DAF894;
}
.TagClassName
{
border-color: #DAF894;
}
</style>