Shades of Reef #DAF29D
Tints of Reef #DAF29D
RGB
CMYK
RGB Variations
Color information
#DAF29D (or 0xDAF29D) is known color: Reef. HEX triplet: DA, F2 and 9D. RGB value is (218,242,157). Sum of RGB (Red+Green+Blue) = 218+242+157=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 157 (61.72% from 255 or 25.45% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF29D is #250D62. Grayscale: #E1E1E1. Windows color (decimal): -2428259 or 10351322. OLE color: 10351322.
HSL color Cylindrical-coordinate representation of color #DAF29D: hue angle of 76.94º degrees, saturation: 0.77, 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 #DAF29D is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 157 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.05 |
| HSL | 76.94º | 0.77% | 0.78% | - |
| HSV(B) | 76.94º | 0.35% | 0.95% | - |
| XYZ | 66.75 | 80.84 | 43.98 | - |
| YUV | 225.13 | 89.55 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 157 | 0.10 | 0 | 0.35 | 0.05 | 76.94 | 0.77 | 0.78 |
| Hex | DA | F2 | 9D | A | 0 | 23 | 5 | 4D | 4D | 4E |
| Octal | 332 | 362 | 235 | 12 | 0 | 43 | 5 | 115 | 115 | 116 |
| Binary | 11011010 | 11110010 | 10011101 | 1010 | 0 | 100011 | 101 | 1001101 | 1001101 | 1001110 |
Color Harmonies of #DAF29D
Complementary color
Monochromatic Colors of #DAF29D
Black with #DAF29D
Text Example
Text Example
White with #DAF29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF29D; }
p { color: rgb(218,242,157); }
H1.HeaderClassName
{
color: #DAF29D;
}
.AnyTagClassName
{
color: #DAF29D;
}
</style>
background-color css
<style>
a { background-color: #DAF29D; }
a { background-color: rgb(218,242,157); }
div.DivClassName
{
background-color: #DAF29D;
}
.BgClassName
{
background-color: #DAF29D;
}
</style>
border-color css
<style>
span { border-color: #DAF29D; }
span { border-color: rgb(218,242,157); }
td.TdClassName
{
border-color: #DAF29D;
}
.TagClassName
{
border-color: #DAF29D;
}
</style>