Shades of Reef #DAF19A
Tints of Reef #DAF19A
RGB
CMYK
RGB Variations
Color information
#DAF19A (or 0xDAF19A) is known color: Reef. HEX triplet: DA, F1 and 9A. RGB value is (218,241,154). Sum of RGB (Red+Green+Blue) = 218+241+154=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF19A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF19A is #250E65. Grayscale: #E0E0E0. Windows color (decimal): -2428518 or 10154458. OLE color: 10154458.
HSL color Cylindrical-coordinate representation of color #DAF19A: hue angle of 75.86º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAF19A is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 154 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.05 |
| HSL | 75.86º | 0.76% | 0.77% | - |
| HSV(B) | 75.86º | 0.36% | 0.95% | - |
| XYZ | 66.2 | 80.15 | 42.55 | - |
| YUV | 224.21 | 88.38 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 154 | 0.10 | 0 | 0.36 | 0.05 | 75.86 | 0.76 | 0.77 |
| Hex | DA | F1 | 9A | A | 0 | 24 | 5 | 4C | 4C | 4D |
| Octal | 332 | 361 | 232 | 12 | 0 | 44 | 5 | 114 | 114 | 115 |
| Binary | 11011010 | 11110001 | 10011010 | 1010 | 0 | 100100 | 101 | 1001100 | 1001100 | 1001101 |
Color Harmonies of #DAF19A
Complementary color
Monochromatic Colors of #DAF19A
Black with #DAF19A
Text Example
Text Example
White with #DAF19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF19A; }
p { color: rgb(218,241,154); }
H1.HeaderClassName
{
color: #DAF19A;
}
.AnyTagClassName
{
color: #DAF19A;
}
</style>
background-color css
<style>
a { background-color: #DAF19A; }
a { background-color: rgb(218,241,154); }
div.DivClassName
{
background-color: #DAF19A;
}
.BgClassName
{
background-color: #DAF19A;
}
</style>
border-color css
<style>
span { border-color: #DAF19A; }
span { border-color: rgb(218,241,154); }
td.TdClassName
{
border-color: #DAF19A;
}
.TagClassName
{
border-color: #DAF19A;
}
</style>