Shades of Reef #DEF296
Tints of Reef #DEF296
RGB
CMYK
RGB Variations
Color information
#DEF296 (or 0xDEF296) is known color: Reef. HEX triplet: DE, F2 and 96. RGB value is (222,242,150). Sum of RGB (Red+Green+Blue) = 222+242+150=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF296 is #210D69. Grayscale: #E1E1E1. Windows color (decimal): -2166122 or 9892574. OLE color: 9892574.
HSL color Cylindrical-coordinate representation of color #DEF296: hue angle of 73.04º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEF296 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 150 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.05 |
| HSL | 73.04º | 0.78% | 0.77% | - |
| HSV(B) | 73.04º | 0.38% | 0.95% | - |
| XYZ | 67.38 | 81.24 | 40.98 | - |
| YUV | 225.53 | 85.37 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 150 | 0.08 | 0 | 0.38 | 0.05 | 73.04 | 0.78 | 0.77 |
| Hex | DE | F2 | 96 | 8 | 0 | 26 | 5 | 49 | 4E | 4D |
| Octal | 336 | 362 | 226 | 10 | 0 | 46 | 5 | 111 | 116 | 115 |
| Binary | 11011110 | 11110010 | 10010110 | 1000 | 0 | 100110 | 101 | 1001001 | 1001110 | 1001101 |
Color Harmonies of #DEF296
Complementary color
Monochromatic Colors of #DEF296
Black with #DEF296
Text Example
Text Example
White with #DEF296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF296; }
p { color: rgb(222,242,150); }
H1.HeaderClassName
{
color: #DEF296;
}
.AnyTagClassName
{
color: #DEF296;
}
</style>
background-color css
<style>
a { background-color: #DEF296; }
a { background-color: rgb(222,242,150); }
div.DivClassName
{
background-color: #DEF296;
}
.BgClassName
{
background-color: #DEF296;
}
</style>
border-color css
<style>
span { border-color: #DEF296; }
span { border-color: rgb(222,242,150); }
td.TdClassName
{
border-color: #DEF296;
}
.TagClassName
{
border-color: #DEF296;
}
</style>