Shades of Reef #DEFC97
Tints of Reef #DEFC97
RGB
CMYK
RGB Variations
Color information
#DEFC97 (or 0xDEFC97) is known color: Reef. HEX triplet: DE, FC and 97. RGB value is (222,252,151). Sum of RGB (Red+Green+Blue) = 222+252+151=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 151 (59.38% from 255 or 24.16% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFC97 is #210368. Grayscale: #E7E7E7. Windows color (decimal): -2163561 or 9960670. OLE color: 9960670.
HSL color Cylindrical-coordinate representation of color #DEFC97: hue angle of 77.82º 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 #DEFC97 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 151 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.01 |
| HSL | 77.82º | 0.94% | 0.79% | - |
| HSV(B) | 77.82º | 0.4% | 0.99% | - |
| XYZ | 70.52 | 87.38 | 42.43 | - |
| YUV | 231.52 | 82.56 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 151 | 0.12 | 0 | 0.40 | 0.01 | 77.82 | 0.94 | 0.79 |
| Hex | DE | FC | 97 | C | 0 | 28 | 1 | 4E | 5E | 4F |
| Octal | 336 | 374 | 227 | 14 | 0 | 50 | 1 | 116 | 136 | 117 |
| Binary | 11011110 | 11111100 | 10010111 | 1100 | 0 | 101000 | 1 | 1001110 | 1011110 | 1001111 |
Color Harmonies of #DEFC97
Complementary color
Monochromatic Colors of #DEFC97
Black with #DEFC97
Text Example
Text Example
White with #DEFC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFC97; }
p { color: rgb(222,252,151); }
H1.HeaderClassName
{
color: #DEFC97;
}
.AnyTagClassName
{
color: #DEFC97;
}
</style>
background-color css
<style>
a { background-color: #DEFC97; }
a { background-color: rgb(222,252,151); }
div.DivClassName
{
background-color: #DEFC97;
}
.BgClassName
{
background-color: #DEFC97;
}
</style>
border-color css
<style>
span { border-color: #DEFC97; }
span { border-color: rgb(222,252,151); }
td.TdClassName
{
border-color: #DEFC97;
}
.TagClassName
{
border-color: #DEFC97;
}
</style>