Shades of Reef #DAF98D
Tints of Reef #DAF98D
RGB
CMYK
RGB Variations
Color information
#DAF98D (or 0xDAF98D) is known color: Reef. HEX triplet: DA, F9 and 8D. RGB value is (218,249,141). Sum of RGB (Red+Green+Blue) = 218+249+141=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF98D is #250672. Grayscale: #E3E3E3. Windows color (decimal): -2426483 or 9304538. OLE color: 9304538.
HSL color Cylindrical-coordinate representation of color #DAF98D: hue angle of 77.22º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAF98D is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 141 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.02 |
| HSL | 77.22º | 0.9% | 0.76% | - |
| HSV(B) | 77.22º | 0.43% | 0.98% | - |
| XYZ | 67.6 | 84.58 | 37.96 | - |
| YUV | 227.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 141 | 0.12 | 0 | 0.43 | 0.02 | 77.22 | 0.9 | 0.76 |
| Hex | DA | F9 | 8D | C | 0 | 2B | 2 | 4D | 5A | 4C |
| Octal | 332 | 371 | 215 | 14 | 0 | 53 | 2 | 115 | 132 | 114 |
| Binary | 11011010 | 11111001 | 10001101 | 1100 | 0 | 101011 | 10 | 1001101 | 1011010 | 1001100 |
Color Harmonies of #DAF98D
Complementary color
Monochromatic Colors of #DAF98D
Black with #DAF98D
Text Example
Text Example
White with #DAF98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF98D; }
p { color: rgb(218,249,141); }
H1.HeaderClassName
{
color: #DAF98D;
}
.AnyTagClassName
{
color: #DAF98D;
}
</style>
background-color css
<style>
a { background-color: #DAF98D; }
a { background-color: rgb(218,249,141); }
div.DivClassName
{
background-color: #DAF98D;
}
.BgClassName
{
background-color: #DAF98D;
}
</style>
border-color css
<style>
span { border-color: #DAF98D; }
span { border-color: rgb(218,249,141); }
td.TdClassName
{
border-color: #DAF98D;
}
.TagClassName
{
border-color: #DAF98D;
}
</style>