Shades of Reef #DAF895
Tints of Reef #DAF895
RGB
CMYK
RGB Variations
Color information
#DAF895 (or 0xDAF895) is known color: Reef. HEX triplet: DA, F8 and 95. RGB value is (218,248,149). Sum of RGB (Red+Green+Blue) = 218+248+149=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF895 is #25076A. Grayscale: #E4E4E4. Windows color (decimal): -2426731 or 9828570. OLE color: 9828570.
HSL color Cylindrical-coordinate representation of color #DAF895: hue angle of 78.18º 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 #DAF895 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 149 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.03 |
| HSL | 78.18º | 0.88% | 0.78% | - |
| HSV(B) | 78.18º | 0.4% | 0.97% | - |
| XYZ | 67.91 | 84.21 | 41.11 | - |
| YUV | 227.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 149 | 0.12 | 0 | 0.40 | 0.03 | 78.18 | 0.88 | 0.78 |
| Hex | DA | F8 | 95 | C | 0 | 28 | 3 | 4E | 58 | 4E |
| Octal | 332 | 370 | 225 | 14 | 0 | 50 | 3 | 116 | 130 | 116 |
| Binary | 11011010 | 11111000 | 10010101 | 1100 | 0 | 101000 | 11 | 1001110 | 1011000 | 1001110 |
Color Harmonies of #DAF895
Complementary color
Monochromatic Colors of #DAF895
Black with #DAF895
Text Example
Text Example
White with #DAF895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF895; }
p { color: rgb(218,248,149); }
H1.HeaderClassName
{
color: #DAF895;
}
.AnyTagClassName
{
color: #DAF895;
}
</style>
background-color css
<style>
a { background-color: #DAF895; }
a { background-color: rgb(218,248,149); }
div.DivClassName
{
background-color: #DAF895;
}
.BgClassName
{
background-color: #DAF895;
}
</style>
border-color css
<style>
span { border-color: #DAF895; }
span { border-color: rgb(218,248,149); }
td.TdClassName
{
border-color: #DAF895;
}
.TagClassName
{
border-color: #DAF895;
}
</style>