Shades of Reef #CEF29F
Tints of Reef #CEF29F
RGB
CMYK
RGB Variations
Color information
#CEF29F (or 0xCEF29F) is known color: Reef. HEX triplet: CE, F2 and 9F. RGB value is (206,242,159). Sum of RGB (Red+Green+Blue) = 206+242+159=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 159 (62.5% from 255 or 26.19% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF29F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF29F is #310D60. Grayscale: #DEDEDE. Windows color (decimal): -3214689 or 10482382. OLE color: 10482382.
HSL color Cylindrical-coordinate representation of color #CEF29F: hue angle of 86.02º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEF29F is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 159 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.05 |
| HSL | 86.02º | 0.76% | 0.79% | - |
| HSV(B) | 86.02º | 0.34% | 0.95% | - |
| XYZ | 63.46 | 79.13 | 44.73 | - |
| YUV | 221.77 | 92.57 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 159 | 0.15 | 0 | 0.34 | 0.05 | 86.02 | 0.76 | 0.79 |
| Hex | CE | F2 | 9F | F | 0 | 22 | 5 | 56 | 4C | 4F |
| Octal | 316 | 362 | 237 | 17 | 0 | 42 | 5 | 126 | 114 | 117 |
| Binary | 11001110 | 11110010 | 10011111 | 1111 | 0 | 100010 | 101 | 1010110 | 1001100 | 1001111 |
Color Harmonies of #CEF29F
Complementary color
Monochromatic Colors of #CEF29F
Black with #CEF29F
Text Example
Text Example
White with #CEF29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF29F; }
p { color: rgb(206,242,159); }
H1.HeaderClassName
{
color: #CEF29F;
}
.AnyTagClassName
{
color: #CEF29F;
}
</style>
background-color css
<style>
a { background-color: #CEF29F; }
a { background-color: rgb(206,242,159); }
div.DivClassName
{
background-color: #CEF29F;
}
.BgClassName
{
background-color: #CEF29F;
}
</style>
border-color css
<style>
span { border-color: #CEF29F; }
span { border-color: rgb(206,242,159); }
td.TdClassName
{
border-color: #CEF29F;
}
.TagClassName
{
border-color: #CEF29F;
}
</style>