Shades of Reef #DEFB97
Tints of Reef #DEFB97
RGB
CMYK
RGB Variations
Color information
#DEFB97 (or 0xDEFB97) is known color: Reef. HEX triplet: DE, FB and 97. RGB value is (222,251,151). Sum of RGB (Red+Green+Blue) = 222+251+151=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 151 (59.38% from 255 or 24.20% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFB97 is #210468. Grayscale: #E7E7E7. Windows color (decimal): -2163817 or 9960414. OLE color: 9960414.
HSL color Cylindrical-coordinate representation of color #DEFB97: hue angle of 77.4º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEFB97 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 151 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.02 |
| HSL | 77.4º | 0.93% | 0.79% | - |
| HSV(B) | 77.4º | 0.4% | 0.98% | - |
| XYZ | 70.21 | 86.76 | 42.32 | - |
| YUV | 230.93 | 82.89 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 151 | 0.12 | 0 | 0.40 | 0.02 | 77.4 | 0.93 | 0.79 |
| Hex | DE | FB | 97 | C | 0 | 28 | 2 | 4D | 5D | 4F |
| Octal | 336 | 373 | 227 | 14 | 0 | 50 | 2 | 115 | 135 | 117 |
| Binary | 11011110 | 11111011 | 10010111 | 1100 | 0 | 101000 | 10 | 1001101 | 1011101 | 1001111 |
Color Harmonies of #DEFB97
Complementary color
Monochromatic Colors of #DEFB97
Black with #DEFB97
Text Example
Text Example
White with #DEFB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFB97; }
p { color: rgb(222,251,151); }
H1.HeaderClassName
{
color: #DEFB97;
}
.AnyTagClassName
{
color: #DEFB97;
}
</style>
background-color css
<style>
a { background-color: #DEFB97; }
a { background-color: rgb(222,251,151); }
div.DivClassName
{
background-color: #DEFB97;
}
.BgClassName
{
background-color: #DEFB97;
}
</style>
border-color css
<style>
span { border-color: #DEFB97; }
span { border-color: rgb(222,251,151); }
td.TdClassName
{
border-color: #DEFB97;
}
.TagClassName
{
border-color: #DEFB97;
}
</style>