Shades of Reef #CEF79D
Tints of Reef #CEF79D
RGB
CMYK
RGB Variations
Color information
#CEF79D (or 0xCEF79D) is known color: Reef. HEX triplet: CE, F7 and 9D. RGB value is (206,247,157). Sum of RGB (Red+Green+Blue) = 206+247+157=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 247 (96.88% from 255 or 40.49% from 610); Blue value is 157 (61.72% from 255 or 25.74% from 610); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF79D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF79D is #310862. Grayscale: #E0E0E0. Windows color (decimal): -3213411 or 10352590. OLE color: 10352590.
HSL color Cylindrical-coordinate representation of color #CEF79D: hue angle of 87.33º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEF79D is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 157 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.03 |
| HSL | 87.33º | 0.85% | 0.79% | - |
| HSV(B) | 87.33º | 0.36% | 0.97% | - |
| XYZ | 64.8 | 82.08 | 44.33 | - |
| YUV | 224.48 | 89.92 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 157 | 0.17 | 0 | 0.36 | 0.03 | 87.33 | 0.85 | 0.79 |
| Hex | CE | F7 | 9D | 11 | 0 | 24 | 3 | 57 | 55 | 4F |
| Octal | 316 | 367 | 235 | 21 | 0 | 44 | 3 | 127 | 125 | 117 |
| Binary | 11001110 | 11110111 | 10011101 | 10001 | 0 | 100100 | 11 | 1010111 | 1010101 | 1001111 |
Color Harmonies of #CEF79D
Complementary color
Monochromatic Colors of #CEF79D
Black with #CEF79D
Text Example
Text Example
White with #CEF79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF79D; }
p { color: rgb(206,247,157); }
H1.HeaderClassName
{
color: #CEF79D;
}
.AnyTagClassName
{
color: #CEF79D;
}
</style>
background-color css
<style>
a { background-color: #CEF79D; }
a { background-color: rgb(206,247,157); }
div.DivClassName
{
background-color: #CEF79D;
}
.BgClassName
{
background-color: #CEF79D;
}
</style>
border-color css
<style>
span { border-color: #CEF79D; }
span { border-color: rgb(206,247,157); }
td.TdClassName
{
border-color: #CEF79D;
}
.TagClassName
{
border-color: #CEF79D;
}
</style>