Shades of Reef #DAF89D
Tints of Reef #DAF89D
RGB
CMYK
RGB Variations
Color information
#DAF89D (or 0xDAF89D) is known color: Reef. HEX triplet: DA, F8 and 9D. RGB value is (218,248,157). Sum of RGB (Red+Green+Blue) = 218+248+157=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 157 (61.72% from 255 or 25.20% from 623); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF89D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF89D is #250762. Grayscale: #E4E4E4. Windows color (decimal): -2426723 or 10352858. OLE color: 10352858.
HSL color Cylindrical-coordinate representation of color #DAF89D: hue angle of 79.78º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAF89D is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 157 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.03 |
| HSL | 79.78º | 0.87% | 0.79% | - |
| HSV(B) | 79.78º | 0.37% | 0.97% | - |
| XYZ | 68.57 | 84.47 | 44.59 | - |
| YUV | 228.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 157 | 0.12 | 0 | 0.37 | 0.03 | 79.78 | 0.87 | 0.79 |
| Hex | DA | F8 | 9D | C | 0 | 25 | 3 | 50 | 57 | 4F |
| Octal | 332 | 370 | 235 | 14 | 0 | 45 | 3 | 120 | 127 | 117 |
| Binary | 11011010 | 11111000 | 10011101 | 1100 | 0 | 100101 | 11 | 1010000 | 1010111 | 1001111 |
Color Harmonies of #DAF89D
Complementary color
Monochromatic Colors of #DAF89D
Black with #DAF89D
Text Example
Text Example
White with #DAF89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF89D; }
p { color: rgb(218,248,157); }
H1.HeaderClassName
{
color: #DAF89D;
}
.AnyTagClassName
{
color: #DAF89D;
}
</style>
background-color css
<style>
a { background-color: #DAF89D; }
a { background-color: rgb(218,248,157); }
div.DivClassName
{
background-color: #DAF89D;
}
.BgClassName
{
background-color: #DAF89D;
}
</style>
border-color css
<style>
span { border-color: #DAF89D; }
span { border-color: rgb(218,248,157); }
td.TdClassName
{
border-color: #DAF89D;
}
.TagClassName
{
border-color: #DAF89D;
}
</style>