Shades of Reef #DAFA8D
Tints of Reef #DAFA8D
RGB
CMYK
RGB Variations
Color information
#DAFA8D (or 0xDAFA8D) is known color: Reef. HEX triplet: DA, FA and 8D. RGB value is (218,250,141). Sum of RGB (Red+Green+Blue) = 218+250+141=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA8D is #250572. Grayscale: #E4E4E4. Windows color (decimal): -2426227 or 9304794. OLE color: 9304794.
HSL color Cylindrical-coordinate representation of color #DAFA8D: hue angle of 77.61º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAFA8D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 141 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.02 |
| HSL | 77.61º | 0.92% | 0.77% | - |
| HSV(B) | 77.61º | 0.44% | 0.98% | - |
| XYZ | 67.91 | 85.2 | 38.07 | - |
| YUV | 228.01 | 78.9 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 141 | 0.13 | 0 | 0.44 | 0.02 | 77.61 | 0.92 | 0.77 |
| Hex | DA | FA | 8D | D | 0 | 2C | 2 | 4E | 5C | 4D |
| Octal | 332 | 372 | 215 | 15 | 0 | 54 | 2 | 116 | 134 | 115 |
| Binary | 11011010 | 11111010 | 10001101 | 1101 | 0 | 101100 | 10 | 1001110 | 1011100 | 1001101 |
Color Harmonies of #DAFA8D
Complementary color
Monochromatic Colors of #DAFA8D
Black with #DAFA8D
Text Example
Text Example
White with #DAFA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA8D; }
p { color: rgb(218,250,141); }
H1.HeaderClassName
{
color: #DAFA8D;
}
.AnyTagClassName
{
color: #DAFA8D;
}
</style>
background-color css
<style>
a { background-color: #DAFA8D; }
a { background-color: rgb(218,250,141); }
div.DivClassName
{
background-color: #DAFA8D;
}
.BgClassName
{
background-color: #DAFA8D;
}
</style>
border-color css
<style>
span { border-color: #DAFA8D; }
span { border-color: rgb(218,250,141); }
td.TdClassName
{
border-color: #DAFA8D;
}
.TagClassName
{
border-color: #DAFA8D;
}
</style>