Shades of Reef #DFFF9F
Tints of Reef #DFFF9F
RGB
CMYK
RGB Variations
Color information
#DFFF9F (or 0xDFFF9F) is known color: Reef. HEX triplet: DF, FF and 9F. RGB value is (223,255,159). Sum of RGB (Red+Green+Blue) = 223+255+159=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 159 (62.5% from 255 or 24.96% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFF9F is #200060. Grayscale: #EAEAEA. Windows color (decimal): -2097249 or 10485727. OLE color: 10485727.
HSL color Cylindrical-coordinate representation of color #DFFF9F: hue angle of 80º 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 #DFFF9F is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 159 | - |
| CMYK | 0.13 | 0 | 0.38 | 0 |
| HSL | 80º | 1% | 0.81% | - |
| HSV(B) | 80º | 0.38% | 1% | - |
| XYZ | 72.45 | 89.71 | 46.3 | - |
| YUV | 234.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 159 | 0.13 | 0 | 0.38 | 0 | 80 | 1 | 0.81 |
| Hex | DF | FF | 9F | D | 0 | 26 | 0 | 50 | 64 | 51 |
| Octal | 337 | 377 | 237 | 15 | 0 | 46 | 0 | 120 | 144 | 121 |
| Binary | 11011111 | 11111111 | 10011111 | 1101 | 0 | 100110 | 0 | 1010000 | 1100100 | 1010001 |
Color Harmonies of #DFFF9F
Complementary color
Monochromatic Colors of #DFFF9F
Black with #DFFF9F
Text Example
Text Example
White with #DFFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF9F; }
p { color: rgb(223,255,159); }
H1.HeaderClassName
{
color: #DFFF9F;
}
.AnyTagClassName
{
color: #DFFF9F;
}
</style>
background-color css
<style>
a { background-color: #DFFF9F; }
a { background-color: rgb(223,255,159); }
div.DivClassName
{
background-color: #DFFF9F;
}
.BgClassName
{
background-color: #DFFF9F;
}
</style>
border-color css
<style>
span { border-color: #DFFF9F; }
span { border-color: rgb(223,255,159); }
td.TdClassName
{
border-color: #DFFF9F;
}
.TagClassName
{
border-color: #DFFF9F;
}
</style>