Shades of Reef #DAF29E
Tints of Reef #DAF29E
RGB
CMYK
RGB Variations
Color information
#DAF29E (or 0xDAF29E) is known color: Reef. HEX triplet: DA, F2 and 9E. RGB value is (218,242,158). Sum of RGB (Red+Green+Blue) = 218+242+158=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 158 (62.11% from 255 or 25.57% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF29E is #250D61. Grayscale: #E1E1E1. Windows color (decimal): -2428258 or 10416858. OLE color: 10416858.
HSL color Cylindrical-coordinate representation of color #DAF29E: hue angle of 77.14º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAF29E is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 158 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.05 |
| HSL | 77.14º | 0.76% | 0.78% | - |
| HSV(B) | 77.14º | 0.35% | 0.95% | - |
| XYZ | 66.84 | 80.88 | 44.44 | - |
| YUV | 225.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 158 | 0.10 | 0 | 0.35 | 0.05 | 77.14 | 0.76 | 0.78 |
| Hex | DA | F2 | 9E | A | 0 | 23 | 5 | 4D | 4C | 4E |
| Octal | 332 | 362 | 236 | 12 | 0 | 43 | 5 | 115 | 114 | 116 |
| Binary | 11011010 | 11110010 | 10011110 | 1010 | 0 | 100011 | 101 | 1001101 | 1001100 | 1001110 |
Color Harmonies of #DAF29E
Complementary color
Monochromatic Colors of #DAF29E
Black with #DAF29E
Text Example
Text Example
White with #DAF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF29E; }
p { color: rgb(218,242,158); }
H1.HeaderClassName
{
color: #DAF29E;
}
.AnyTagClassName
{
color: #DAF29E;
}
</style>
background-color css
<style>
a { background-color: #DAF29E; }
a { background-color: rgb(218,242,158); }
div.DivClassName
{
background-color: #DAF29E;
}
.BgClassName
{
background-color: #DAF29E;
}
</style>
border-color css
<style>
span { border-color: #DAF29E; }
span { border-color: rgb(218,242,158); }
td.TdClassName
{
border-color: #DAF29E;
}
.TagClassName
{
border-color: #DAF29E;
}
</style>