Shades of Reef #DAF890
Tints of Reef #DAF890
RGB
CMYK
RGB Variations
Color information
#DAF890 (or 0xDAF890) is known color: Reef. HEX triplet: DA, F8 and 90. RGB value is (218,248,144). Sum of RGB (Red+Green+Blue) = 218+248+144=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF890 is #25076F. Grayscale: #E3E3E3. Windows color (decimal): -2426736 or 9500890. OLE color: 9500890.
HSL color Cylindrical-coordinate representation of color #DAF890: hue angle of 77.31º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAF890 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 144 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.03 |
| HSL | 77.31º | 0.88% | 0.77% | - |
| HSV(B) | 77.31º | 0.42% | 0.97% | - |
| XYZ | 67.51 | 84.05 | 39.05 | - |
| YUV | 227.17 | 81.06 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 144 | 0.12 | 0 | 0.42 | 0.03 | 77.31 | 0.88 | 0.77 |
| Hex | DA | F8 | 90 | C | 0 | 2A | 3 | 4D | 58 | 4D |
| Octal | 332 | 370 | 220 | 14 | 0 | 52 | 3 | 115 | 130 | 115 |
| Binary | 11011010 | 11111000 | 10010000 | 1100 | 0 | 101010 | 11 | 1001101 | 1011000 | 1001101 |
Color Harmonies of #DAF890
Complementary color
Monochromatic Colors of #DAF890
Black with #DAF890
Text Example
Text Example
White with #DAF890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF890; }
p { color: rgb(218,248,144); }
H1.HeaderClassName
{
color: #DAF890;
}
.AnyTagClassName
{
color: #DAF890;
}
</style>
background-color css
<style>
a { background-color: #DAF890; }
a { background-color: rgb(218,248,144); }
div.DivClassName
{
background-color: #DAF890;
}
.BgClassName
{
background-color: #DAF890;
}
</style>
border-color css
<style>
span { border-color: #DAF890; }
span { border-color: rgb(218,248,144); }
td.TdClassName
{
border-color: #DAF890;
}
.TagClassName
{
border-color: #DAF890;
}
</style>