Shades of Reef #CEF998
Tints of Reef #CEF998
RGB
CMYK
RGB Variations
Color information
#CEF998 (or 0xCEF998) is known color: Reef. HEX triplet: CE, F9 and 98. RGB value is (206,249,152). Sum of RGB (Red+Green+Blue) = 206+249+152=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF998 is #310667. Grayscale: #E1E1E1. Windows color (decimal): -3212904 or 10025422. OLE color: 10025422.
HSL color Cylindrical-coordinate representation of color #CEF998: hue angle of 86.6º degrees, saturation: 0.89, 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 #CEF998 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 152 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.02 |
| HSL | 86.6º | 0.89% | 0.79% | - |
| HSV(B) | 86.6º | 0.39% | 0.98% | - |
| XYZ | 65 | 83.14 | 42.33 | - |
| YUV | 225.09 | 86.75 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 152 | 0.17 | 0 | 0.39 | 0.02 | 86.6 | 0.89 | 0.79 |
| Hex | CE | F9 | 98 | 11 | 0 | 27 | 2 | 57 | 59 | 4F |
| Octal | 316 | 371 | 230 | 21 | 0 | 47 | 2 | 127 | 131 | 117 |
| Binary | 11001110 | 11111001 | 10011000 | 10001 | 0 | 100111 | 10 | 1010111 | 1011001 | 1001111 |
Color Harmonies of #CEF998
Complementary color
Monochromatic Colors of #CEF998
Black with #CEF998
Text Example
Text Example
White with #CEF998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF998; }
p { color: rgb(206,249,152); }
H1.HeaderClassName
{
color: #CEF998;
}
.AnyTagClassName
{
color: #CEF998;
}
</style>
background-color css
<style>
a { background-color: #CEF998; }
a { background-color: rgb(206,249,152); }
div.DivClassName
{
background-color: #CEF998;
}
.BgClassName
{
background-color: #CEF998;
}
</style>
border-color css
<style>
span { border-color: #CEF998; }
span { border-color: rgb(206,249,152); }
td.TdClassName
{
border-color: #CEF998;
}
.TagClassName
{
border-color: #CEF998;
}
</style>