Shades of Reef #DEFC98
Tints of Reef #DEFC98
RGB
CMYK
RGB Variations
Color information
#DEFC98 (or 0xDEFC98) is known color: Reef. HEX triplet: DE, FC and 98. RGB value is (222,252,152). Sum of RGB (Red+Green+Blue) = 222+252+152=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 152 (59.77% from 255 or 24.28% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFC98 is #210367. Grayscale: #E7E7E7. Windows color (decimal): -2163560 or 10026206. OLE color: 10026206.
HSL color Cylindrical-coordinate representation of color #DEFC98: hue angle of 78º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEFC98 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 152 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.01 |
| HSL | 78º | 0.94% | 0.79% | - |
| HSV(B) | 78º | 0.4% | 0.99% | - |
| XYZ | 70.6 | 87.42 | 42.86 | - |
| YUV | 231.63 | 83.06 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 152 | 0.12 | 0 | 0.40 | 0.01 | 78 | 0.94 | 0.79 |
| Hex | DE | FC | 98 | C | 0 | 28 | 1 | 4E | 5E | 4F |
| Octal | 336 | 374 | 230 | 14 | 0 | 50 | 1 | 116 | 136 | 117 |
| Binary | 11011110 | 11111100 | 10011000 | 1100 | 0 | 101000 | 1 | 1001110 | 1011110 | 1001111 |
Color Harmonies of #DEFC98
Complementary color
Monochromatic Colors of #DEFC98
Black with #DEFC98
Text Example
Text Example
White with #DEFC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFC98; }
p { color: rgb(222,252,152); }
H1.HeaderClassName
{
color: #DEFC98;
}
.AnyTagClassName
{
color: #DEFC98;
}
</style>
background-color css
<style>
a { background-color: #DEFC98; }
a { background-color: rgb(222,252,152); }
div.DivClassName
{
background-color: #DEFC98;
}
.BgClassName
{
background-color: #DEFC98;
}
</style>
border-color css
<style>
span { border-color: #DEFC98; }
span { border-color: rgb(222,252,152); }
td.TdClassName
{
border-color: #DEFC98;
}
.TagClassName
{
border-color: #DEFC98;
}
</style>