Shades of Reef #DAF49C
Tints of Reef #DAF49C
RGB
CMYK
RGB Variations
Color information
#DAF49C (or 0xDAF49C) is known color: Reef. HEX triplet: DA, F4 and 9C. RGB value is (218,244,156). Sum of RGB (Red+Green+Blue) = 218+244+156=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 244 (95.70% from 255 or 39.48% from 618); Blue value is 156 (61.33% from 255 or 25.24% from 618); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF49C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF49C is #250B63. Grayscale: #E2E2E2. Windows color (decimal): -2427748 or 10286298. OLE color: 10286298.
HSL color Cylindrical-coordinate representation of color #DAF49C: hue angle of 77.73º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAF49C is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 156 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.04 |
| HSL | 77.73º | 0.8% | 0.78% | - |
| HSV(B) | 77.73º | 0.36% | 0.96% | - |
| XYZ | 67.26 | 82.01 | 43.74 | - |
| YUV | 226.19 | 88.39 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 156 | 0.11 | 0 | 0.36 | 0.04 | 77.73 | 0.8 | 0.78 |
| Hex | DA | F4 | 9C | B | 0 | 24 | 4 | 4E | 50 | 4E |
| Octal | 332 | 364 | 234 | 13 | 0 | 44 | 4 | 116 | 120 | 116 |
| Binary | 11011010 | 11110100 | 10011100 | 1011 | 0 | 100100 | 100 | 1001110 | 1010000 | 1001110 |
Color Harmonies of #DAF49C
Complementary color
Monochromatic Colors of #DAF49C
Black with #DAF49C
Text Example
Text Example
White with #DAF49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF49C; }
p { color: rgb(218,244,156); }
H1.HeaderClassName
{
color: #DAF49C;
}
.AnyTagClassName
{
color: #DAF49C;
}
</style>
background-color css
<style>
a { background-color: #DAF49C; }
a { background-color: rgb(218,244,156); }
div.DivClassName
{
background-color: #DAF49C;
}
.BgClassName
{
background-color: #DAF49C;
}
</style>
border-color css
<style>
span { border-color: #DAF49C; }
span { border-color: rgb(218,244,156); }
td.TdClassName
{
border-color: #DAF49C;
}
.TagClassName
{
border-color: #DAF49C;
}
</style>