Shades of Reef #DAFF94
Tints of Reef #DAFF94
RGB
CMYK
RGB Variations
Color information
#DAFF94 (or 0xDAFF94) is known color: Reef. HEX triplet: DA, FF and 94. RGB value is (218,255,148). Sum of RGB (Red+Green+Blue) = 218+255+148=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 148 (58.20% from 255 or 23.83% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF94 is #25006B. Grayscale: #E8E8E8. Windows color (decimal): -2424940 or 9764826. OLE color: 9764826.
HSL color Cylindrical-coordinate representation of color #DAFF94: hue angle of 80.75º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAFF94 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 148 | - |
| CMYK | 0.15 | 0 | 0.42 | 0 |
| HSL | 80.75º | 1% | 0.79% | - |
| HSV(B) | 80.75º | 0.42% | 1% | - |
| XYZ | 70.02 | 88.56 | 41.42 | - |
| YUV | 231.74 | 80.74 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 148 | 0.15 | 0 | 0.42 | 0 | 80.75 | 1 | 0.79 |
| Hex | DA | FF | 94 | F | 0 | 2A | 0 | 51 | 64 | 4F |
| Octal | 332 | 377 | 224 | 17 | 0 | 52 | 0 | 121 | 144 | 117 |
| Binary | 11011010 | 11111111 | 10010100 | 1111 | 0 | 101010 | 0 | 1010001 | 1100100 | 1001111 |
Color Harmonies of #DAFF94
Complementary color
Monochromatic Colors of #DAFF94
Black with #DAFF94
Text Example
Text Example
White with #DAFF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF94; }
p { color: rgb(218,255,148); }
H1.HeaderClassName
{
color: #DAFF94;
}
.AnyTagClassName
{
color: #DAFF94;
}
</style>
background-color css
<style>
a { background-color: #DAFF94; }
a { background-color: rgb(218,255,148); }
div.DivClassName
{
background-color: #DAFF94;
}
.BgClassName
{
background-color: #DAFF94;
}
</style>
border-color css
<style>
span { border-color: #DAFF94; }
span { border-color: rgb(218,255,148); }
td.TdClassName
{
border-color: #DAFF94;
}
.TagClassName
{
border-color: #DAFF94;
}
</style>