Shades of Reef #CEF198
Tints of Reef #CEF198
RGB
CMYK
RGB Variations
Color information
#CEF198 (or 0xCEF198) is known color: Reef. HEX triplet: CE, F1 and 98. RGB value is (206,241,152). Sum of RGB (Red+Green+Blue) = 206+241+152=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF198 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF198 is #310E67. Grayscale: #DCDCDC. Windows color (decimal): -3214952 or 10023374. OLE color: 10023374.
HSL color Cylindrical-coordinate representation of color #CEF198: hue angle of 83.6º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEF198 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 152 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.05 |
| HSL | 83.6º | 0.76% | 0.77% | - |
| HSV(B) | 83.6º | 0.37% | 0.95% | - |
| XYZ | 62.58 | 78.3 | 41.52 | - |
| YUV | 220.39 | 89.4 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 152 | 0.15 | 0 | 0.37 | 0.05 | 83.6 | 0.76 | 0.77 |
| Hex | CE | F1 | 98 | F | 0 | 25 | 5 | 54 | 4C | 4D |
| Octal | 316 | 361 | 230 | 17 | 0 | 45 | 5 | 124 | 114 | 115 |
| Binary | 11001110 | 11110001 | 10011000 | 1111 | 0 | 100101 | 101 | 1010100 | 1001100 | 1001101 |
Color Harmonies of #CEF198
Complementary color
Monochromatic Colors of #CEF198
Black with #CEF198
Text Example
Text Example
White with #CEF198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF198; }
p { color: rgb(206,241,152); }
H1.HeaderClassName
{
color: #CEF198;
}
.AnyTagClassName
{
color: #CEF198;
}
</style>
background-color css
<style>
a { background-color: #CEF198; }
a { background-color: rgb(206,241,152); }
div.DivClassName
{
background-color: #CEF198;
}
.BgClassName
{
background-color: #CEF198;
}
</style>
border-color css
<style>
span { border-color: #CEF198; }
span { border-color: rgb(206,241,152); }
td.TdClassName
{
border-color: #CEF198;
}
.TagClassName
{
border-color: #CEF198;
}
</style>