Shades of Reef #CEFC8E
Tints of Reef #CEFC8E
RGB
CMYK
RGB Variations
Color information
#CEFC8E (or 0xCEFC8E) is known color: Reef. HEX triplet: CE, FC and 8E. RGB value is (206,252,142). Sum of RGB (Red+Green+Blue) = 206+252+142=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 142 (55.86% from 255 or 23.67% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFC8E is #310371. Grayscale: #E2E2E2. Windows color (decimal): -3212146 or 9370830. OLE color: 9370830.
HSL color Cylindrical-coordinate representation of color #CEFC8E: hue angle of 85.09º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEFC8E is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 142 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.01 |
| HSL | 85.09º | 0.95% | 0.77% | - |
| HSV(B) | 85.09º | 0.44% | 0.99% | - |
| XYZ | 65.15 | 84.7 | 38.51 | - |
| YUV | 225.71 | 80.76 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 142 | 0.18 | 0 | 0.44 | 0.01 | 85.09 | 0.95 | 0.77 |
| Hex | CE | FC | 8E | 12 | 0 | 2C | 1 | 55 | 5F | 4D |
| Octal | 316 | 374 | 216 | 22 | 0 | 54 | 1 | 125 | 137 | 115 |
| Binary | 11001110 | 11111100 | 10001110 | 10010 | 0 | 101100 | 1 | 1010101 | 1011111 | 1001101 |
Color Harmonies of #CEFC8E
Complementary color
Monochromatic Colors of #CEFC8E
Black with #CEFC8E
Text Example
Text Example
White with #CEFC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC8E; }
p { color: rgb(206,252,142); }
H1.HeaderClassName
{
color: #CEFC8E;
}
.AnyTagClassName
{
color: #CEFC8E;
}
</style>
background-color css
<style>
a { background-color: #CEFC8E; }
a { background-color: rgb(206,252,142); }
div.DivClassName
{
background-color: #CEFC8E;
}
.BgClassName
{
background-color: #CEFC8E;
}
</style>
border-color css
<style>
span { border-color: #CEFC8E; }
span { border-color: rgb(206,252,142); }
td.TdClassName
{
border-color: #CEFC8E;
}
.TagClassName
{
border-color: #CEFC8E;
}
</style>