Shades of Reef #CEF89B
Tints of Reef #CEF89B
RGB
CMYK
RGB Variations
Color information
#CEF89B (or 0xCEF89B) is known color: Reef. HEX triplet: CE, F8 and 9B. RGB value is (206,248,155). Sum of RGB (Red+Green+Blue) = 206+248+155=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF89B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF89B is #310764. Grayscale: #E1E1E1. Windows color (decimal): -3213157 or 10221774. OLE color: 10221774.
HSL color Cylindrical-coordinate representation of color #CEF89B: hue angle of 87.1º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEF89B is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 155 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.03 |
| HSL | 87.1º | 0.87% | 0.79% | - |
| HSV(B) | 87.1º | 0.38% | 0.97% | - |
| XYZ | 64.94 | 82.62 | 43.54 | - |
| YUV | 224.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 155 | 0.17 | 0 | 0.38 | 0.03 | 87.1 | 0.87 | 0.79 |
| Hex | CE | F8 | 9B | 11 | 0 | 26 | 3 | 57 | 57 | 4F |
| Octal | 316 | 370 | 233 | 21 | 0 | 46 | 3 | 127 | 127 | 117 |
| Binary | 11001110 | 11111000 | 10011011 | 10001 | 0 | 100110 | 11 | 1010111 | 1010111 | 1001111 |
Color Harmonies of #CEF89B
Complementary color
Monochromatic Colors of #CEF89B
Black with #CEF89B
Text Example
Text Example
White with #CEF89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF89B; }
p { color: rgb(206,248,155); }
H1.HeaderClassName
{
color: #CEF89B;
}
.AnyTagClassName
{
color: #CEF89B;
}
</style>
background-color css
<style>
a { background-color: #CEF89B; }
a { background-color: rgb(206,248,155); }
div.DivClassName
{
background-color: #CEF89B;
}
.BgClassName
{
background-color: #CEF89B;
}
</style>
border-color css
<style>
span { border-color: #CEF89B; }
span { border-color: rgb(206,248,155); }
td.TdClassName
{
border-color: #CEF89B;
}
.TagClassName
{
border-color: #CEF89B;
}
</style>