Shades of Reef #DAFA8F
Tints of Reef #DAFA8F
RGB
CMYK
RGB Variations
Color information
#DAFA8F (or 0xDAFA8F) is known color: Reef. HEX triplet: DA, FA and 8F. RGB value is (218,250,143). Sum of RGB (Red+Green+Blue) = 218+250+143=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 143 (56.25% from 255 or 23.40% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA8F is #250570. Grayscale: #E4E4E4. Windows color (decimal): -2426225 or 9435866. OLE color: 9435866.
HSL color Cylindrical-coordinate representation of color #DAFA8F: hue angle of 77.94º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAFA8F is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 143 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.02 |
| HSL | 77.94º | 0.91% | 0.77% | - |
| HSV(B) | 77.94º | 0.43% | 0.98% | - |
| XYZ | 68.06 | 85.26 | 38.86 | - |
| YUV | 228.23 | 79.9 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 143 | 0.13 | 0 | 0.43 | 0.02 | 77.94 | 0.91 | 0.77 |
| Hex | DA | FA | 8F | D | 0 | 2B | 2 | 4E | 5B | 4D |
| Octal | 332 | 372 | 217 | 15 | 0 | 53 | 2 | 116 | 133 | 115 |
| Binary | 11011010 | 11111010 | 10001111 | 1101 | 0 | 101011 | 10 | 1001110 | 1011011 | 1001101 |
Color Harmonies of #DAFA8F
Complementary color
Monochromatic Colors of #DAFA8F
Black with #DAFA8F
Text Example
Text Example
White with #DAFA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA8F; }
p { color: rgb(218,250,143); }
H1.HeaderClassName
{
color: #DAFA8F;
}
.AnyTagClassName
{
color: #DAFA8F;
}
</style>
background-color css
<style>
a { background-color: #DAFA8F; }
a { background-color: rgb(218,250,143); }
div.DivClassName
{
background-color: #DAFA8F;
}
.BgClassName
{
background-color: #DAFA8F;
}
</style>
border-color css
<style>
span { border-color: #DAFA8F; }
span { border-color: rgb(218,250,143); }
td.TdClassName
{
border-color: #DAFA8F;
}
.TagClassName
{
border-color: #DAFA8F;
}
</style>