Shades of Reef #CEF095
Tints of Reef #CEF095
RGB
CMYK
RGB Variations
Color information
#CEF095 (or 0xCEF095) is known color: Reef. HEX triplet: CE, F0 and 95. RGB value is (206,240,149). Sum of RGB (Red+Green+Blue) = 206+240+149=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF095 is #310F6A. Grayscale: #DBDBDB. Windows color (decimal): -3215211 or 9826510. OLE color: 9826510.
HSL color Cylindrical-coordinate representation of color #CEF095: hue angle of 82.42º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEF095 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 149 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.06 |
| HSL | 82.42º | 0.75% | 0.76% | - |
| HSV(B) | 82.42º | 0.38% | 0.94% | - |
| XYZ | 62.04 | 77.61 | 40.14 | - |
| YUV | 219.46 | 88.24 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 149 | 0.14 | 0 | 0.38 | 0.06 | 82.42 | 0.75 | 0.76 |
| Hex | CE | F0 | 95 | E | 0 | 26 | 6 | 52 | 4B | 4C |
| Octal | 316 | 360 | 225 | 16 | 0 | 46 | 6 | 122 | 113 | 114 |
| Binary | 11001110 | 11110000 | 10010101 | 1110 | 0 | 100110 | 110 | 1010010 | 1001011 | 1001100 |
Color Harmonies of #CEF095
Complementary color
Monochromatic Colors of #CEF095
Black with #CEF095
Text Example
Text Example
White with #CEF095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF095; }
p { color: rgb(206,240,149); }
H1.HeaderClassName
{
color: #CEF095;
}
.AnyTagClassName
{
color: #CEF095;
}
</style>
background-color css
<style>
a { background-color: #CEF095; }
a { background-color: rgb(206,240,149); }
div.DivClassName
{
background-color: #CEF095;
}
.BgClassName
{
background-color: #CEF095;
}
</style>
border-color css
<style>
span { border-color: #CEF095; }
span { border-color: rgb(206,240,149); }
td.TdClassName
{
border-color: #CEF095;
}
.TagClassName
{
border-color: #CEF095;
}
</style>