Shades of Reef #CEF793
Tints of Reef #CEF793
RGB
CMYK
RGB Variations
Color information
#CEF793 (or 0xCEF793) is known color: Reef. HEX triplet: CE, F7 and 93. RGB value is (206,247,147). Sum of RGB (Red+Green+Blue) = 206+247+147=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 147 (57.81% from 255 or 24.5% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF793 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF793 is #31086C. Grayscale: #DFDFDF. Windows color (decimal): -3213421 or 9697230. OLE color: 9697230.
HSL color Cylindrical-coordinate representation of color #CEF793: hue angle of 84.6º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEF793 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 147 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.03 |
| HSL | 84.6º | 0.86% | 0.77% | - |
| HSV(B) | 84.6º | 0.4% | 0.97% | - |
| XYZ | 63.98 | 81.75 | 40.01 | - |
| YUV | 223.34 | 84.92 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 147 | 0.17 | 0 | 0.40 | 0.03 | 84.6 | 0.86 | 0.77 |
| Hex | CE | F7 | 93 | 11 | 0 | 28 | 3 | 55 | 56 | 4D |
| Octal | 316 | 367 | 223 | 21 | 0 | 50 | 3 | 125 | 126 | 115 |
| Binary | 11001110 | 11110111 | 10010011 | 10001 | 0 | 101000 | 11 | 1010101 | 1010110 | 1001101 |
Color Harmonies of #CEF793
Complementary color
Monochromatic Colors of #CEF793
Black with #CEF793
Text Example
Text Example
White with #CEF793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF793; }
p { color: rgb(206,247,147); }
H1.HeaderClassName
{
color: #CEF793;
}
.AnyTagClassName
{
color: #CEF793;
}
</style>
background-color css
<style>
a { background-color: #CEF793; }
a { background-color: rgb(206,247,147); }
div.DivClassName
{
background-color: #CEF793;
}
.BgClassName
{
background-color: #CEF793;
}
</style>
border-color css
<style>
span { border-color: #CEF793; }
span { border-color: rgb(206,247,147); }
td.TdClassName
{
border-color: #CEF793;
}
.TagClassName
{
border-color: #CEF793;
}
</style>