Shades of Reef #CEF29E
Tints of Reef #CEF29E
RGB
CMYK
RGB Variations
Color information
#CEF29E (or 0xCEF29E) is known color: Reef. HEX triplet: CE, F2 and 9E. RGB value is (206,242,158). Sum of RGB (Red+Green+Blue) = 206+242+158=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF29E is #310D61. Grayscale: #DDDDDD. Windows color (decimal): -3214690 or 10416846. OLE color: 10416846.
HSL color Cylindrical-coordinate representation of color #CEF29E: hue angle of 85.71º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEF29E is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 158 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.05 |
| HSL | 85.71º | 0.76% | 0.78% | - |
| HSV(B) | 85.71º | 0.35% | 0.95% | - |
| XYZ | 63.38 | 79.09 | 44.27 | - |
| YUV | 221.66 | 92.07 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 158 | 0.15 | 0 | 0.35 | 0.05 | 85.71 | 0.76 | 0.78 |
| Hex | CE | F2 | 9E | F | 0 | 23 | 5 | 56 | 4C | 4E |
| Octal | 316 | 362 | 236 | 17 | 0 | 43 | 5 | 126 | 114 | 116 |
| Binary | 11001110 | 11110010 | 10011110 | 1111 | 0 | 100011 | 101 | 1010110 | 1001100 | 1001110 |
Color Harmonies of #CEF29E
Complementary color
Monochromatic Colors of #CEF29E
Black with #CEF29E
Text Example
Text Example
White with #CEF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF29E; }
p { color: rgb(206,242,158); }
H1.HeaderClassName
{
color: #CEF29E;
}
.AnyTagClassName
{
color: #CEF29E;
}
</style>
background-color css
<style>
a { background-color: #CEF29E; }
a { background-color: rgb(206,242,158); }
div.DivClassName
{
background-color: #CEF29E;
}
.BgClassName
{
background-color: #CEF29E;
}
</style>
border-color css
<style>
span { border-color: #CEF29E; }
span { border-color: rgb(206,242,158); }
td.TdClassName
{
border-color: #CEF29E;
}
.TagClassName
{
border-color: #CEF29E;
}
</style>