Shades of Reef #DEF991
Tints of Reef #DEF991
RGB
CMYK
RGB Variations
Color information
#DEF991 (or 0xDEF991) is known color: Reef. HEX triplet: DE, F9 and 91. RGB value is (222,249,145). Sum of RGB (Red+Green+Blue) = 222+249+145=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 145 (57.03% from 255 or 23.54% from 616); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF991 is #21066E. Grayscale: #E5E5E5. Windows color (decimal): -2164335 or 9566686. OLE color: 9566686.
HSL color Cylindrical-coordinate representation of color #DEF991: hue angle of 75.58º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEF991 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 145 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.02 |
| HSL | 75.58º | 0.9% | 0.77% | - |
| HSV(B) | 75.58º | 0.42% | 0.98% | - |
| XYZ | 69.11 | 85.33 | 39.61 | - |
| YUV | 229.07 | 80.55 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 145 | 0.11 | 0 | 0.42 | 0.02 | 75.58 | 0.9 | 0.77 |
| Hex | DE | F9 | 91 | B | 0 | 2A | 2 | 4C | 5A | 4D |
| Octal | 336 | 371 | 221 | 13 | 0 | 52 | 2 | 114 | 132 | 115 |
| Binary | 11011110 | 11111001 | 10010001 | 1011 | 0 | 101010 | 10 | 1001100 | 1011010 | 1001101 |
Color Harmonies of #DEF991
Complementary color
Monochromatic Colors of #DEF991
Black with #DEF991
Text Example
Text Example
White with #DEF991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF991; }
p { color: rgb(222,249,145); }
H1.HeaderClassName
{
color: #DEF991;
}
.AnyTagClassName
{
color: #DEF991;
}
</style>
background-color css
<style>
a { background-color: #DEF991; }
a { background-color: rgb(222,249,145); }
div.DivClassName
{
background-color: #DEF991;
}
.BgClassName
{
background-color: #DEF991;
}
</style>
border-color css
<style>
span { border-color: #DEF991; }
span { border-color: rgb(222,249,145); }
td.TdClassName
{
border-color: #DEF991;
}
.TagClassName
{
border-color: #DEF991;
}
</style>