Shades of Reef #DEF295
Tints of Reef #DEF295
RGB
CMYK
RGB Variations
Color information
#DEF295 (or 0xDEF295) is known color: Reef. HEX triplet: DE, F2 and 95. RGB value is (222,242,149). Sum of RGB (Red+Green+Blue) = 222+242+149=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF295 is #210D6A. Grayscale: #E1E1E1. Windows color (decimal): -2166123 or 9827038. OLE color: 9827038.
HSL color Cylindrical-coordinate representation of color #DEF295: hue angle of 72.9º 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 #DEF295 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 149 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.05 |
| HSL | 72.9º | 0.78% | 0.77% | - |
| HSV(B) | 72.9º | 0.38% | 0.95% | - |
| XYZ | 67.3 | 81.2 | 40.56 | - |
| YUV | 225.42 | 84.87 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 149 | 0.08 | 0 | 0.38 | 0.05 | 72.9 | 0.78 | 0.77 |
| Hex | DE | F2 | 95 | 8 | 0 | 26 | 5 | 49 | 4E | 4D |
| Octal | 336 | 362 | 225 | 10 | 0 | 46 | 5 | 111 | 116 | 115 |
| Binary | 11011110 | 11110010 | 10010101 | 1000 | 0 | 100110 | 101 | 1001001 | 1001110 | 1001101 |
Color Harmonies of #DEF295
Complementary color
Monochromatic Colors of #DEF295
Black with #DEF295
Text Example
Text Example
White with #DEF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF295; }
p { color: rgb(222,242,149); }
H1.HeaderClassName
{
color: #DEF295;
}
.AnyTagClassName
{
color: #DEF295;
}
</style>
background-color css
<style>
a { background-color: #DEF295; }
a { background-color: rgb(222,242,149); }
div.DivClassName
{
background-color: #DEF295;
}
.BgClassName
{
background-color: #DEF295;
}
</style>
border-color css
<style>
span { border-color: #DEF295; }
span { border-color: rgb(222,242,149); }
td.TdClassName
{
border-color: #DEF295;
}
.TagClassName
{
border-color: #DEF295;
}
</style>