Shades of Reef #DEF694
Tints of Reef #DEF694
RGB
CMYK
RGB Variations
Color information
#DEF694 (or 0xDEF694) is known color: Reef. HEX triplet: DE, F6 and 94. RGB value is (222,246,148). Sum of RGB (Red+Green+Blue) = 222+246+148=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 246 (96.48% from 255 or 39.94% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF694 is #21096B. Grayscale: #E4E4E4. Windows color (decimal): -2165100 or 9762526. OLE color: 9762526.
HSL color Cylindrical-coordinate representation of color #DEF694: hue angle of 74.69º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEF694 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 148 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.04 |
| HSL | 74.69º | 0.84% | 0.77% | - |
| HSV(B) | 74.69º | 0.4% | 0.96% | - |
| XYZ | 68.43 | 83.58 | 40.54 | - |
| YUV | 227.65 | 83.05 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 148 | 0.10 | 0 | 0.40 | 0.04 | 74.69 | 0.84 | 0.77 |
| Hex | DE | F6 | 94 | A | 0 | 28 | 4 | 4B | 54 | 4D |
| Octal | 336 | 366 | 224 | 12 | 0 | 50 | 4 | 113 | 124 | 115 |
| Binary | 11011110 | 11110110 | 10010100 | 1010 | 0 | 101000 | 100 | 1001011 | 1010100 | 1001101 |
Color Harmonies of #DEF694
Complementary color
Monochromatic Colors of #DEF694
Black with #DEF694
Text Example
Text Example
White with #DEF694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF694; }
p { color: rgb(222,246,148); }
H1.HeaderClassName
{
color: #DEF694;
}
.AnyTagClassName
{
color: #DEF694;
}
</style>
background-color css
<style>
a { background-color: #DEF694; }
a { background-color: rgb(222,246,148); }
div.DivClassName
{
background-color: #DEF694;
}
.BgClassName
{
background-color: #DEF694;
}
</style>
border-color css
<style>
span { border-color: #DEF694; }
span { border-color: rgb(222,246,148); }
td.TdClassName
{
border-color: #DEF694;
}
.TagClassName
{
border-color: #DEF694;
}
</style>