Shades of Reef #CEF796
Tints of Reef #CEF796
RGB
CMYK
RGB Variations
Color information
#CEF796 (or 0xCEF796) is known color: Reef. HEX triplet: CE, F7 and 96. RGB value is (206,247,150). Sum of RGB (Red+Green+Blue) = 206+247+150=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF796 is #310869. Grayscale: #E0E0E0. Windows color (decimal): -3213418 or 9893838. OLE color: 9893838.
HSL color Cylindrical-coordinate representation of color #CEF796: hue angle of 85.36º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEF796 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 150 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.03 |
| HSL | 85.36º | 0.86% | 0.78% | - |
| HSV(B) | 85.36º | 0.39% | 0.97% | - |
| XYZ | 64.22 | 81.85 | 41.27 | - |
| YUV | 223.68 | 86.42 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 150 | 0.17 | 0 | 0.39 | 0.03 | 85.36 | 0.86 | 0.78 |
| Hex | CE | F7 | 96 | 11 | 0 | 27 | 3 | 55 | 56 | 4E |
| Octal | 316 | 367 | 226 | 21 | 0 | 47 | 3 | 125 | 126 | 116 |
| Binary | 11001110 | 11110111 | 10010110 | 10001 | 0 | 100111 | 11 | 1010101 | 1010110 | 1001110 |
Color Harmonies of #CEF796
Complementary color
Monochromatic Colors of #CEF796
Black with #CEF796
Text Example
Text Example
White with #CEF796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF796; }
p { color: rgb(206,247,150); }
H1.HeaderClassName
{
color: #CEF796;
}
.AnyTagClassName
{
color: #CEF796;
}
</style>
background-color css
<style>
a { background-color: #CEF796; }
a { background-color: rgb(206,247,150); }
div.DivClassName
{
background-color: #CEF796;
}
.BgClassName
{
background-color: #CEF796;
}
</style>
border-color css
<style>
span { border-color: #CEF796; }
span { border-color: rgb(206,247,150); }
td.TdClassName
{
border-color: #CEF796;
}
.TagClassName
{
border-color: #CEF796;
}
</style>