Shades of Reef #DFF993
Tints of Reef #DFF993
RGB
CMYK
RGB Variations
Color information
#DFF993 (or 0xDFF993) is known color: Reef. HEX triplet: DF, F9 and 93. RGB value is (223,249,147). Sum of RGB (Red+Green+Blue) = 223+249+147=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 147 (57.81% from 255 or 23.75% from 619); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF993 is #20066C. Grayscale: #E5E5E5. Windows color (decimal): -2098797 or 9697759. OLE color: 9697759.
HSL color Cylindrical-coordinate representation of color #DFF993: hue angle of 75.29º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFF993 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 147 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.02 |
| HSL | 75.29º | 0.89% | 0.78% | - |
| HSV(B) | 75.29º | 0.41% | 0.98% | - |
| XYZ | 69.57 | 85.55 | 40.45 | - |
| YUV | 229.6 | 81.39 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 147 | 0.10 | 0 | 0.41 | 0.02 | 75.29 | 0.89 | 0.78 |
| Hex | DF | F9 | 93 | A | 0 | 29 | 2 | 4B | 59 | 4E |
| Octal | 337 | 371 | 223 | 12 | 0 | 51 | 2 | 113 | 131 | 116 |
| Binary | 11011111 | 11111001 | 10010011 | 1010 | 0 | 101001 | 10 | 1001011 | 1011001 | 1001110 |
Color Harmonies of #DFF993
Complementary color
Monochromatic Colors of #DFF993
Black with #DFF993
Text Example
Text Example
White with #DFF993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF993; }
p { color: rgb(223,249,147); }
H1.HeaderClassName
{
color: #DFF993;
}
.AnyTagClassName
{
color: #DFF993;
}
</style>
background-color css
<style>
a { background-color: #DFF993; }
a { background-color: rgb(223,249,147); }
div.DivClassName
{
background-color: #DFF993;
}
.BgClassName
{
background-color: #DFF993;
}
</style>
border-color css
<style>
span { border-color: #DFF993; }
span { border-color: rgb(223,249,147); }
td.TdClassName
{
border-color: #DFF993;
}
.TagClassName
{
border-color: #DFF993;
}
</style>