Shades of Reef #DAF990
Tints of Reef #DAF990
RGB
CMYK
RGB Variations
Color information
#DAF990 (or 0xDAF990) is known color: Reef. HEX triplet: DA, F9 and 90. RGB value is (218,249,144). Sum of RGB (Red+Green+Blue) = 218+249+144=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 144 (56.64% from 255 or 23.57% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF990 is #25066F. Grayscale: #E4E4E4. Windows color (decimal): -2426480 or 9501146. OLE color: 9501146.
HSL color Cylindrical-coordinate representation of color #DAF990: hue angle of 77.71º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAF990 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 144 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.02 |
| HSL | 77.71º | 0.9% | 0.77% | - |
| HSV(B) | 77.71º | 0.42% | 0.98% | - |
| XYZ | 67.82 | 84.67 | 39.15 | - |
| YUV | 227.76 | 80.73 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 144 | 0.12 | 0 | 0.42 | 0.02 | 77.71 | 0.9 | 0.77 |
| Hex | DA | F9 | 90 | C | 0 | 2A | 2 | 4E | 5A | 4D |
| Octal | 332 | 371 | 220 | 14 | 0 | 52 | 2 | 116 | 132 | 115 |
| Binary | 11011010 | 11111001 | 10010000 | 1100 | 0 | 101010 | 10 | 1001110 | 1011010 | 1001101 |
Color Harmonies of #DAF990
Complementary color
Monochromatic Colors of #DAF990
Black with #DAF990
Text Example
Text Example
White with #DAF990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF990; }
p { color: rgb(218,249,144); }
H1.HeaderClassName
{
color: #DAF990;
}
.AnyTagClassName
{
color: #DAF990;
}
</style>
background-color css
<style>
a { background-color: #DAF990; }
a { background-color: rgb(218,249,144); }
div.DivClassName
{
background-color: #DAF990;
}
.BgClassName
{
background-color: #DAF990;
}
</style>
border-color css
<style>
span { border-color: #DAF990; }
span { border-color: rgb(218,249,144); }
td.TdClassName
{
border-color: #DAF990;
}
.TagClassName
{
border-color: #DAF990;
}
</style>