Shades of Reef #CEF89D
Tints of Reef #CEF89D
RGB
CMYK
RGB Variations
Color information
#CEF89D (or 0xCEF89D) is known color: Reef. HEX triplet: CE, F8 and 9D. RGB value is (206,248,157). Sum of RGB (Red+Green+Blue) = 206+248+157=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF89D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF89D is #310762. Grayscale: #E1E1E1. Windows color (decimal): -3213155 or 10352846. OLE color: 10352846.
HSL color Cylindrical-coordinate representation of color #CEF89D: hue angle of 87.69º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEF89D is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 157 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.03 |
| HSL | 87.69º | 0.87% | 0.79% | - |
| HSV(B) | 87.69º | 0.37% | 0.97% | - |
| XYZ | 65.11 | 82.69 | 44.43 | - |
| YUV | 225.07 | 89.59 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 157 | 0.17 | 0 | 0.37 | 0.03 | 87.69 | 0.87 | 0.79 |
| Hex | CE | F8 | 9D | 11 | 0 | 25 | 3 | 58 | 57 | 4F |
| Octal | 316 | 370 | 235 | 21 | 0 | 45 | 3 | 130 | 127 | 117 |
| Binary | 11001110 | 11111000 | 10011101 | 10001 | 0 | 100101 | 11 | 1011000 | 1010111 | 1001111 |
Color Harmonies of #CEF89D
Complementary color
Monochromatic Colors of #CEF89D
Black with #CEF89D
Text Example
Text Example
White with #CEF89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF89D; }
p { color: rgb(206,248,157); }
H1.HeaderClassName
{
color: #CEF89D;
}
.AnyTagClassName
{
color: #CEF89D;
}
</style>
background-color css
<style>
a { background-color: #CEF89D; }
a { background-color: rgb(206,248,157); }
div.DivClassName
{
background-color: #CEF89D;
}
.BgClassName
{
background-color: #CEF89D;
}
</style>
border-color css
<style>
span { border-color: #CEF89D; }
span { border-color: rgb(206,248,157); }
td.TdClassName
{
border-color: #CEF89D;
}
.TagClassName
{
border-color: #CEF89D;
}
</style>