Shades of Reef #DAFF9D
Tints of Reef #DAFF9D
RGB
CMYK
RGB Variations
Color information
#DAFF9D (or 0xDAFF9D) is known color: Reef. HEX triplet: DA, FF and 9D. RGB value is (218,255,157). Sum of RGB (Red+Green+Blue) = 218+255+157=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 157 (61.72% from 255 or 24.92% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF9D is #250062. Grayscale: #E9E9E9. Windows color (decimal): -2424931 or 10354650. OLE color: 10354650.
HSL color Cylindrical-coordinate representation of color #DAFF9D: hue angle of 82.65º 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 #DAFF9D is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 157 | - |
| CMYK | 0.15 | 0 | 0.38 | 0 |
| HSL | 82.65º | 1% | 0.81% | - |
| HSV(B) | 82.65º | 0.38% | 1% | - |
| XYZ | 70.76 | 88.86 | 45.32 | - |
| YUV | 232.77 | 85.24 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 157 | 0.15 | 0 | 0.38 | 0 | 82.65 | 1 | 0.81 |
| Hex | DA | FF | 9D | F | 0 | 26 | 0 | 53 | 64 | 51 |
| Octal | 332 | 377 | 235 | 17 | 0 | 46 | 0 | 123 | 144 | 121 |
| Binary | 11011010 | 11111111 | 10011101 | 1111 | 0 | 100110 | 0 | 1010011 | 1100100 | 1010001 |
Color Harmonies of #DAFF9D
Complementary color
Monochromatic Colors of #DAFF9D
Black with #DAFF9D
Text Example
Text Example
White with #DAFF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF9D; }
p { color: rgb(218,255,157); }
H1.HeaderClassName
{
color: #DAFF9D;
}
.AnyTagClassName
{
color: #DAFF9D;
}
</style>
background-color css
<style>
a { background-color: #DAFF9D; }
a { background-color: rgb(218,255,157); }
div.DivClassName
{
background-color: #DAFF9D;
}
.BgClassName
{
background-color: #DAFF9D;
}
</style>
border-color css
<style>
span { border-color: #DAFF9D; }
span { border-color: rgb(218,255,157); }
td.TdClassName
{
border-color: #DAFF9D;
}
.TagClassName
{
border-color: #DAFF9D;
}
</style>