Shades of Reef #CEF695
Tints of Reef #CEF695
RGB
CMYK
RGB Variations
Color information
#CEF695 (or 0xCEF695) is known color: Reef. HEX triplet: CE, F6 and 95. RGB value is (206,246,149). Sum of RGB (Red+Green+Blue) = 206+246+149=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 246 (96.48% from 255 or 40.93% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF695 is #31096A. Grayscale: #DFDFDF. Windows color (decimal): -3213675 or 9828046. OLE color: 9828046.
HSL color Cylindrical-coordinate representation of color #CEF695: hue angle of 84.74º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEF695 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 149 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.04 |
| HSL | 84.74º | 0.84% | 0.77% | - |
| HSV(B) | 84.74º | 0.39% | 0.96% | - |
| XYZ | 63.83 | 81.2 | 40.74 | - |
| YUV | 222.98 | 86.25 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 149 | 0.16 | 0 | 0.39 | 0.04 | 84.74 | 0.84 | 0.77 |
| Hex | CE | F6 | 95 | 10 | 0 | 27 | 4 | 55 | 54 | 4D |
| Octal | 316 | 366 | 225 | 20 | 0 | 47 | 4 | 125 | 124 | 115 |
| Binary | 11001110 | 11110110 | 10010101 | 10000 | 0 | 100111 | 100 | 1010101 | 1010100 | 1001101 |
Color Harmonies of #CEF695
Complementary color
Monochromatic Colors of #CEF695
Black with #CEF695
Text Example
Text Example
White with #CEF695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF695; }
p { color: rgb(206,246,149); }
H1.HeaderClassName
{
color: #CEF695;
}
.AnyTagClassName
{
color: #CEF695;
}
</style>
background-color css
<style>
a { background-color: #CEF695; }
a { background-color: rgb(206,246,149); }
div.DivClassName
{
background-color: #CEF695;
}
.BgClassName
{
background-color: #CEF695;
}
</style>
border-color css
<style>
span { border-color: #CEF695; }
span { border-color: rgb(206,246,149); }
td.TdClassName
{
border-color: #CEF695;
}
.TagClassName
{
border-color: #CEF695;
}
</style>