Shades of Reef #DEF692
Tints of Reef #DEF692
RGB
CMYK
RGB Variations
Color information
#DEF692 (or 0xDEF692) is known color: Reef. HEX triplet: DE, F6 and 92. RGB value is (222,246,146). Sum of RGB (Red+Green+Blue) = 222+246+146=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 146 (57.42% from 255 or 23.78% from 614); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF692 is #21096D. Grayscale: #E3E3E3. Windows color (decimal): -2165102 or 9631454. OLE color: 9631454.
HSL color Cylindrical-coordinate representation of color #DEF692: hue angle of 74.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEF692 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 146 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.04 |
| HSL | 74.4º | 0.85% | 0.77% | - |
| HSV(B) | 74.4º | 0.41% | 0.96% | - |
| XYZ | 68.27 | 83.52 | 39.72 | - |
| YUV | 227.42 | 82.05 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 146 | 0.10 | 0 | 0.41 | 0.04 | 74.4 | 0.85 | 0.77 |
| Hex | DE | F6 | 92 | A | 0 | 29 | 4 | 4A | 55 | 4D |
| Octal | 336 | 366 | 222 | 12 | 0 | 51 | 4 | 112 | 125 | 115 |
| Binary | 11011110 | 11110110 | 10010010 | 1010 | 0 | 101001 | 100 | 1001010 | 1010101 | 1001101 |
Color Harmonies of #DEF692
Complementary color
Monochromatic Colors of #DEF692
Black with #DEF692
Text Example
Text Example
White with #DEF692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF692; }
p { color: rgb(222,246,146); }
H1.HeaderClassName
{
color: #DEF692;
}
.AnyTagClassName
{
color: #DEF692;
}
</style>
background-color css
<style>
a { background-color: #DEF692; }
a { background-color: rgb(222,246,146); }
div.DivClassName
{
background-color: #DEF692;
}
.BgClassName
{
background-color: #DEF692;
}
</style>
border-color css
<style>
span { border-color: #DEF692; }
span { border-color: rgb(222,246,146); }
td.TdClassName
{
border-color: #DEF692;
}
.TagClassName
{
border-color: #DEF692;
}
</style>