Shades of Reef #DEF793
Tints of Reef #DEF793
RGB
CMYK
RGB Variations
Color information
#DEF793 (or 0xDEF793) is known color: Reef. HEX triplet: DE, F7 and 93. RGB value is (222,247,147). Sum of RGB (Red+Green+Blue) = 222+247+147=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 247 (96.88% from 255 or 40.10% from 616); Blue value is 147 (57.81% from 255 or 23.86% from 616); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF793 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF793 is #21086C. Grayscale: #E4E4E4. Windows color (decimal): -2164845 or 9697246. OLE color: 9697246.
HSL color Cylindrical-coordinate representation of color #DEF793: hue angle of 75º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEF793 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 247 | 147 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.03 |
| HSL | 75º | 0.86% | 0.77% | - |
| HSV(B) | 75º | 0.4% | 0.97% | - |
| XYZ | 68.65 | 84.16 | 40.23 | - |
| YUV | 228.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 247 | 147 | 0.10 | 0 | 0.40 | 0.03 | 75 | 0.86 | 0.77 |
| Hex | DE | F7 | 93 | A | 0 | 28 | 3 | 4B | 56 | 4D |
| Octal | 336 | 367 | 223 | 12 | 0 | 50 | 3 | 113 | 126 | 115 |
| Binary | 11011110 | 11110111 | 10010011 | 1010 | 0 | 101000 | 11 | 1001011 | 1010110 | 1001101 |
Color Harmonies of #DEF793
Complementary color
Monochromatic Colors of #DEF793
Black with #DEF793
Text Example
Text Example
White with #DEF793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF793; }
p { color: rgb(222,247,147); }
H1.HeaderClassName
{
color: #DEF793;
}
.AnyTagClassName
{
color: #DEF793;
}
</style>
background-color css
<style>
a { background-color: #DEF793; }
a { background-color: rgb(222,247,147); }
div.DivClassName
{
background-color: #DEF793;
}
.BgClassName
{
background-color: #DEF793;
}
</style>
border-color css
<style>
span { border-color: #DEF793; }
span { border-color: rgb(222,247,147); }
td.TdClassName
{
border-color: #DEF793;
}
.TagClassName
{
border-color: #DEF793;
}
</style>