Shades of Reef #DAFF9F
Tints of Reef #DAFF9F
RGB
CMYK
RGB Variations
Color information
#DAFF9F (or 0xDAFF9F) is known color: Reef. HEX triplet: DA, FF and 9F. RGB value is (218,255,159). Sum of RGB (Red+Green+Blue) = 218+255+159=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 159 (62.5% from 255 or 25.16% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF9F is #250060. Grayscale: #E9E9E9. Windows color (decimal): -2424929 or 10485722. OLE color: 10485722.
HSL color Cylindrical-coordinate representation of color #DAFF9F: hue angle of 83.13º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAFF9F is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 159 | - |
| CMYK | 0.15 | 0 | 0.38 | 0 |
| HSL | 83.13º | 1% | 0.81% | - |
| HSV(B) | 83.13º | 0.38% | 1% | - |
| XYZ | 70.93 | 88.93 | 46.23 | - |
| YUV | 232.99 | 86.24 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 159 | 0.15 | 0 | 0.38 | 0 | 83.13 | 1 | 0.81 |
| Hex | DA | FF | 9F | F | 0 | 26 | 0 | 53 | 64 | 51 |
| Octal | 332 | 377 | 237 | 17 | 0 | 46 | 0 | 123 | 144 | 121 |
| Binary | 11011010 | 11111111 | 10011111 | 1111 | 0 | 100110 | 0 | 1010011 | 1100100 | 1010001 |
Color Harmonies of #DAFF9F
Complementary color
Monochromatic Colors of #DAFF9F
Black with #DAFF9F
Text Example
Text Example
White with #DAFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF9F; }
p { color: rgb(218,255,159); }
H1.HeaderClassName
{
color: #DAFF9F;
}
.AnyTagClassName
{
color: #DAFF9F;
}
</style>
background-color css
<style>
a { background-color: #DAFF9F; }
a { background-color: rgb(218,255,159); }
div.DivClassName
{
background-color: #DAFF9F;
}
.BgClassName
{
background-color: #DAFF9F;
}
</style>
border-color css
<style>
span { border-color: #DAFF9F; }
span { border-color: rgb(218,255,159); }
td.TdClassName
{
border-color: #DAFF9F;
}
.TagClassName
{
border-color: #DAFF9F;
}
</style>