Shades of Reef #DAFC8D
Tints of Reef #DAFC8D
RGB
CMYK
RGB Variations
Color information
#DAFC8D (or 0xDAFC8D) is known color: Reef. HEX triplet: DA, FC and 8D. RGB value is (218,252,141). Sum of RGB (Red+Green+Blue) = 218+252+141=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFC8D is #250372. Grayscale: #E5E5E5. Windows color (decimal): -2425715 or 9305306. OLE color: 9305306.
HSL color Cylindrical-coordinate representation of color #DAFC8D: hue angle of 78.38º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAFC8D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 141 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.01 |
| HSL | 78.38º | 0.95% | 0.77% | - |
| HSV(B) | 78.38º | 0.44% | 0.99% | - |
| XYZ | 68.53 | 86.45 | 38.27 | - |
| YUV | 229.18 | 78.24 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 141 | 0.13 | 0 | 0.44 | 0.01 | 78.38 | 0.95 | 0.77 |
| Hex | DA | FC | 8D | D | 0 | 2C | 1 | 4E | 5F | 4D |
| Octal | 332 | 374 | 215 | 15 | 0 | 54 | 1 | 116 | 137 | 115 |
| Binary | 11011010 | 11111100 | 10001101 | 1101 | 0 | 101100 | 1 | 1001110 | 1011111 | 1001101 |
Color Harmonies of #DAFC8D
Complementary color
Monochromatic Colors of #DAFC8D
Black with #DAFC8D
Text Example
Text Example
White with #DAFC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC8D; }
p { color: rgb(218,252,141); }
H1.HeaderClassName
{
color: #DAFC8D;
}
.AnyTagClassName
{
color: #DAFC8D;
}
</style>
background-color css
<style>
a { background-color: #DAFC8D; }
a { background-color: rgb(218,252,141); }
div.DivClassName
{
background-color: #DAFC8D;
}
.BgClassName
{
background-color: #DAFC8D;
}
</style>
border-color css
<style>
span { border-color: #DAFC8D; }
span { border-color: rgb(218,252,141); }
td.TdClassName
{
border-color: #DAFC8D;
}
.TagClassName
{
border-color: #DAFC8D;
}
</style>