Shades of Reef #CEF88E
Tints of Reef #CEF88E
RGB
CMYK
RGB Variations
Color information
#CEF88E (or 0xCEF88E) is known color: Reef. HEX triplet: CE, F8 and 8E. RGB value is (206,248,142). Sum of RGB (Red+Green+Blue) = 206+248+142=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF88E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF88E is #310771. Grayscale: #DFDFDF. Windows color (decimal): -3213170 or 9369806. OLE color: 9369806.
HSL color Cylindrical-coordinate representation of color #CEF88E: hue angle of 83.77º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEF88E is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 142 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.03 |
| HSL | 83.77º | 0.88% | 0.76% | - |
| HSV(B) | 83.77º | 0.43% | 0.97% | - |
| XYZ | 63.9 | 82.21 | 38.09 | - |
| YUV | 223.36 | 82.09 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 142 | 0.17 | 0 | 0.43 | 0.03 | 83.77 | 0.88 | 0.76 |
| Hex | CE | F8 | 8E | 11 | 0 | 2B | 3 | 54 | 58 | 4C |
| Octal | 316 | 370 | 216 | 21 | 0 | 53 | 3 | 124 | 130 | 114 |
| Binary | 11001110 | 11111000 | 10001110 | 10001 | 0 | 101011 | 11 | 1010100 | 1011000 | 1001100 |
Color Harmonies of #CEF88E
Complementary color
Monochromatic Colors of #CEF88E
Black with #CEF88E
Text Example
Text Example
White with #CEF88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF88E; }
p { color: rgb(206,248,142); }
H1.HeaderClassName
{
color: #CEF88E;
}
.AnyTagClassName
{
color: #CEF88E;
}
</style>
background-color css
<style>
a { background-color: #CEF88E; }
a { background-color: rgb(206,248,142); }
div.DivClassName
{
background-color: #CEF88E;
}
.BgClassName
{
background-color: #CEF88E;
}
</style>
border-color css
<style>
span { border-color: #CEF88E; }
span { border-color: rgb(206,248,142); }
td.TdClassName
{
border-color: #CEF88E;
}
.TagClassName
{
border-color: #CEF88E;
}
</style>