Shades of Reef #DEFA98
Tints of Reef #DEFA98
RGB
CMYK
RGB Variations
Color information
#DEFA98 (or 0xDEFA98) is known color: Reef. HEX triplet: DE, FA and 98. RGB value is (222,250,152). Sum of RGB (Red+Green+Blue) = 222+250+152=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 152 (59.77% from 255 or 24.36% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA98 is #210567. Grayscale: #E6E6E6. Windows color (decimal): -2164072 or 10025694. OLE color: 10025694.
HSL color Cylindrical-coordinate representation of color #DEFA98: hue angle of 77.14º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEFA98 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 152 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.02 |
| HSL | 77.14º | 0.91% | 0.79% | - |
| HSV(B) | 77.14º | 0.39% | 0.98% | - |
| XYZ | 69.98 | 86.17 | 42.65 | - |
| YUV | 230.46 | 83.72 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 152 | 0.11 | 0 | 0.39 | 0.02 | 77.14 | 0.91 | 0.79 |
| Hex | DE | FA | 98 | B | 0 | 27 | 2 | 4D | 5B | 4F |
| Octal | 336 | 372 | 230 | 13 | 0 | 47 | 2 | 115 | 133 | 117 |
| Binary | 11011110 | 11111010 | 10011000 | 1011 | 0 | 100111 | 10 | 1001101 | 1011011 | 1001111 |
Color Harmonies of #DEFA98
Complementary color
Monochromatic Colors of #DEFA98
Black with #DEFA98
Text Example
Text Example
White with #DEFA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFA98; }
p { color: rgb(222,250,152); }
H1.HeaderClassName
{
color: #DEFA98;
}
.AnyTagClassName
{
color: #DEFA98;
}
</style>
background-color css
<style>
a { background-color: #DEFA98; }
a { background-color: rgb(222,250,152); }
div.DivClassName
{
background-color: #DEFA98;
}
.BgClassName
{
background-color: #DEFA98;
}
</style>
border-color css
<style>
span { border-color: #DEFA98; }
span { border-color: rgb(222,250,152); }
td.TdClassName
{
border-color: #DEFA98;
}
.TagClassName
{
border-color: #DEFA98;
}
</style>