Shades of Reef #DEF997
Tints of Reef #DEF997
RGB
CMYK
RGB Variations
Color information
#DEF997 (or 0xDEF997) is known color: Reef. HEX triplet: DE, F9 and 97. RGB value is (222,249,151). Sum of RGB (Red+Green+Blue) = 222+249+151=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 151 (59.38% from 255 or 24.28% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF997 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF997 is #210668. Grayscale: #E6E6E6. Windows color (decimal): -2164329 or 9959902. OLE color: 9959902.
HSL color Cylindrical-coordinate representation of color #DEF997: hue angle of 76.53º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEF997 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 151 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.02 |
| HSL | 76.53º | 0.89% | 0.78% | - |
| HSV(B) | 76.53º | 0.39% | 0.98% | - |
| XYZ | 69.59 | 85.52 | 42.12 | - |
| YUV | 229.76 | 83.55 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 151 | 0.11 | 0 | 0.39 | 0.02 | 76.53 | 0.89 | 0.78 |
| Hex | DE | F9 | 97 | B | 0 | 27 | 2 | 4D | 59 | 4E |
| Octal | 336 | 371 | 227 | 13 | 0 | 47 | 2 | 115 | 131 | 116 |
| Binary | 11011110 | 11111001 | 10010111 | 1011 | 0 | 100111 | 10 | 1001101 | 1011001 | 1001110 |
Color Harmonies of #DEF997
Complementary color
Monochromatic Colors of #DEF997
Black with #DEF997
Text Example
Text Example
White with #DEF997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF997; }
p { color: rgb(222,249,151); }
H1.HeaderClassName
{
color: #DEF997;
}
.AnyTagClassName
{
color: #DEF997;
}
</style>
background-color css
<style>
a { background-color: #DEF997; }
a { background-color: rgb(222,249,151); }
div.DivClassName
{
background-color: #DEF997;
}
.BgClassName
{
background-color: #DEF997;
}
</style>
border-color css
<style>
span { border-color: #DEF997; }
span { border-color: rgb(222,249,151); }
td.TdClassName
{
border-color: #DEF997;
}
.TagClassName
{
border-color: #DEF997;
}
</style>