Shades of Reef #DAF19B
Tints of Reef #DAF19B
RGB
CMYK
RGB Variations
Color information
#DAF19B (or 0xDAF19B) is known color: Reef. HEX triplet: DA, F1 and 9B. RGB value is (218,241,155). Sum of RGB (Red+Green+Blue) = 218+241+155=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 155 (60.94% from 255 or 25.24% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF19B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF19B is #250E64. Grayscale: #E0E0E0. Windows color (decimal): -2428517 or 10219994. OLE color: 10219994.
HSL color Cylindrical-coordinate representation of color #DAF19B: hue angle of 76.05º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAF19B is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 155 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.05 |
| HSL | 76.05º | 0.75% | 0.78% | - |
| HSV(B) | 76.05º | 0.36% | 0.95% | - |
| XYZ | 66.29 | 80.18 | 42.99 | - |
| YUV | 224.32 | 88.88 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 155 | 0.10 | 0 | 0.36 | 0.05 | 76.05 | 0.75 | 0.78 |
| Hex | DA | F1 | 9B | A | 0 | 24 | 5 | 4C | 4B | 4E |
| Octal | 332 | 361 | 233 | 12 | 0 | 44 | 5 | 114 | 113 | 116 |
| Binary | 11011010 | 11110001 | 10011011 | 1010 | 0 | 100100 | 101 | 1001100 | 1001011 | 1001110 |
Color Harmonies of #DAF19B
Complementary color
Monochromatic Colors of #DAF19B
Black with #DAF19B
Text Example
Text Example
White with #DAF19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF19B; }
p { color: rgb(218,241,155); }
H1.HeaderClassName
{
color: #DAF19B;
}
.AnyTagClassName
{
color: #DAF19B;
}
</style>
background-color css
<style>
a { background-color: #DAF19B; }
a { background-color: rgb(218,241,155); }
div.DivClassName
{
background-color: #DAF19B;
}
.BgClassName
{
background-color: #DAF19B;
}
</style>
border-color css
<style>
span { border-color: #DAF19B; }
span { border-color: rgb(218,241,155); }
td.TdClassName
{
border-color: #DAF19B;
}
.TagClassName
{
border-color: #DAF19B;
}
</style>