Shades of Reef #DEF29E
Tints of Reef #DEF29E
RGB
CMYK
RGB Variations
Color information
#DEF29E (or 0xDEF29E) is known color: Reef. HEX triplet: DE, F2 and 9E. RGB value is (222,242,158). Sum of RGB (Red+Green+Blue) = 222+242+158=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 158 (62.11% from 255 or 25.40% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF29E is #210D61. Grayscale: #E2E2E2. Windows color (decimal): -2166114 or 10416862. OLE color: 10416862.
HSL color Cylindrical-coordinate representation of color #DEF29E: hue angle of 74.29º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEF29E is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 158 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.05 |
| HSL | 74.29º | 0.76% | 0.78% | - |
| HSV(B) | 74.29º | 0.35% | 0.95% | - |
| XYZ | 68.05 | 81.5 | 44.49 | - |
| YUV | 226.44 | 89.37 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 158 | 0.08 | 0 | 0.35 | 0.05 | 74.29 | 0.76 | 0.78 |
| Hex | DE | F2 | 9E | 8 | 0 | 23 | 5 | 4A | 4C | 4E |
| Octal | 336 | 362 | 236 | 10 | 0 | 43 | 5 | 112 | 114 | 116 |
| Binary | 11011110 | 11110010 | 10011110 | 1000 | 0 | 100011 | 101 | 1001010 | 1001100 | 1001110 |
Color Harmonies of #DEF29E
Complementary color
Monochromatic Colors of #DEF29E
Black with #DEF29E
Text Example
Text Example
White with #DEF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF29E; }
p { color: rgb(222,242,158); }
H1.HeaderClassName
{
color: #DEF29E;
}
.AnyTagClassName
{
color: #DEF29E;
}
</style>
background-color css
<style>
a { background-color: #DEF29E; }
a { background-color: rgb(222,242,158); }
div.DivClassName
{
background-color: #DEF29E;
}
.BgClassName
{
background-color: #DEF29E;
}
</style>
border-color css
<style>
span { border-color: #DEF29E; }
span { border-color: rgb(222,242,158); }
td.TdClassName
{
border-color: #DEF29E;
}
.TagClassName
{
border-color: #DEF29E;
}
</style>