Shades of Reef #CEF199
Tints of Reef #CEF199
RGB
CMYK
RGB Variations
Color information
#CEF199 (or 0xCEF199) is known color: Reef. HEX triplet: CE, F1 and 99. RGB value is (206,241,153). Sum of RGB (Red+Green+Blue) = 206+241+153=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 153 (60.16% from 255 or 25.5% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF199 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF199 is #310E66. Grayscale: #DCDCDC. Windows color (decimal): -3214951 or 10088910. OLE color: 10088910.
HSL color Cylindrical-coordinate representation of color #CEF199: hue angle of 83.86º 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 #CEF199 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 153 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.05 |
| HSL | 83.86º | 0.76% | 0.77% | - |
| HSV(B) | 83.86º | 0.37% | 0.95% | - |
| XYZ | 62.66 | 78.33 | 41.95 | - |
| YUV | 220.5 | 89.9 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 153 | 0.15 | 0 | 0.37 | 0.05 | 83.86 | 0.76 | 0.77 |
| Hex | CE | F1 | 99 | F | 0 | 25 | 5 | 54 | 4C | 4D |
| Octal | 316 | 361 | 231 | 17 | 0 | 45 | 5 | 124 | 114 | 115 |
| Binary | 11001110 | 11110001 | 10011001 | 1111 | 0 | 100101 | 101 | 1010100 | 1001100 | 1001101 |
Color Harmonies of #CEF199
Complementary color
Monochromatic Colors of #CEF199
Black with #CEF199
Text Example
Text Example
White with #CEF199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF199; }
p { color: rgb(206,241,153); }
H1.HeaderClassName
{
color: #CEF199;
}
.AnyTagClassName
{
color: #CEF199;
}
</style>
background-color css
<style>
a { background-color: #CEF199; }
a { background-color: rgb(206,241,153); }
div.DivClassName
{
background-color: #CEF199;
}
.BgClassName
{
background-color: #CEF199;
}
</style>
border-color css
<style>
span { border-color: #CEF199; }
span { border-color: rgb(206,241,153); }
td.TdClassName
{
border-color: #CEF199;
}
.TagClassName
{
border-color: #CEF199;
}
</style>