Shades of Reef #DAFF96
Tints of Reef #DAFF96
RGB
CMYK
RGB Variations
Color information
#DAFF96 (or 0xDAFF96) is known color: Reef. HEX triplet: DA, FF and 96. RGB value is (218,255,150). Sum of RGB (Red+Green+Blue) = 218+255+150=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 150 (58.98% from 255 or 24.08% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF96 is #250069. Grayscale: #E8E8E8. Windows color (decimal): -2424938 or 9895898. OLE color: 9895898.
HSL color Cylindrical-coordinate representation of color #DAFF96: hue angle of 81.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAFF96 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 150 | - |
| CMYK | 0.15 | 0 | 0.41 | 0 |
| HSL | 81.14º | 1% | 0.79% | - |
| HSV(B) | 81.14º | 0.41% | 1% | - |
| XYZ | 70.18 | 88.63 | 42.26 | - |
| YUV | 231.97 | 81.74 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 150 | 0.15 | 0 | 0.41 | 0 | 81.14 | 1 | 0.79 |
| Hex | DA | FF | 96 | F | 0 | 29 | 0 | 51 | 64 | 4F |
| Octal | 332 | 377 | 226 | 17 | 0 | 51 | 0 | 121 | 144 | 117 |
| Binary | 11011010 | 11111111 | 10010110 | 1111 | 0 | 101001 | 0 | 1010001 | 1100100 | 1001111 |
Color Harmonies of #DAFF96
Complementary color
Monochromatic Colors of #DAFF96
Black with #DAFF96
Text Example
Text Example
White with #DAFF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF96; }
p { color: rgb(218,255,150); }
H1.HeaderClassName
{
color: #DAFF96;
}
.AnyTagClassName
{
color: #DAFF96;
}
</style>
background-color css
<style>
a { background-color: #DAFF96; }
a { background-color: rgb(218,255,150); }
div.DivClassName
{
background-color: #DAFF96;
}
.BgClassName
{
background-color: #DAFF96;
}
</style>
border-color css
<style>
span { border-color: #DAFF96; }
span { border-color: rgb(218,255,150); }
td.TdClassName
{
border-color: #DAFF96;
}
.TagClassName
{
border-color: #DAFF96;
}
</style>