Shades of Reef #DFFF93
Tints of Reef #DFFF93
RGB
CMYK
RGB Variations
Color information
#DFFF93 (or 0xDFFF93) is known color: Reef. HEX triplet: DF, FF and 93. RGB value is (223,255,147). Sum of RGB (Red+Green+Blue) = 223+255+147=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 147 (57.81% from 255 or 23.52% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFF93 is #20006C. Grayscale: #E9E9E9. Windows color (decimal): -2097261 or 9699295. OLE color: 9699295.
HSL color Cylindrical-coordinate representation of color #DFFF93: hue angle of 77.78º 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 #DFFF93 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 147 | - |
| CMYK | 0.13 | 0 | 0.42 | 0 |
| HSL | 77.78º | 1% | 0.79% | - |
| HSV(B) | 77.78º | 0.42% | 1% | - |
| XYZ | 71.46 | 89.31 | 41.08 | - |
| YUV | 233.12 | 79.4 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 147 | 0.13 | 0 | 0.42 | 0 | 77.78 | 1 | 0.79 |
| Hex | DF | FF | 93 | D | 0 | 2A | 0 | 4E | 64 | 4F |
| Octal | 337 | 377 | 223 | 15 | 0 | 52 | 0 | 116 | 144 | 117 |
| Binary | 11011111 | 11111111 | 10010011 | 1101 | 0 | 101010 | 0 | 1001110 | 1100100 | 1001111 |
Color Harmonies of #DFFF93
Complementary color
Monochromatic Colors of #DFFF93
Black with #DFFF93
Text Example
Text Example
White with #DFFF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF93; }
p { color: rgb(223,255,147); }
H1.HeaderClassName
{
color: #DFFF93;
}
.AnyTagClassName
{
color: #DFFF93;
}
</style>
background-color css
<style>
a { background-color: #DFFF93; }
a { background-color: rgb(223,255,147); }
div.DivClassName
{
background-color: #DFFF93;
}
.BgClassName
{
background-color: #DFFF93;
}
</style>
border-color css
<style>
span { border-color: #DFFF93; }
span { border-color: rgb(223,255,147); }
td.TdClassName
{
border-color: #DFFF93;
}
.TagClassName
{
border-color: #DFFF93;
}
</style>