Shades of Reef #CEFF95
Tints of Reef #CEFF95
RGB
CMYK
RGB Variations
Color information
#CEFF95 (or 0xCEFF95) is known color: Reef. HEX triplet: CE, FF and 95. RGB value is (206,255,149). Sum of RGB (Red+Green+Blue) = 206+255+149=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFF95 is #31006A. Grayscale: #E4E4E4. Windows color (decimal): -3211371 or 9830350. OLE color: 9830350.
HSL color Cylindrical-coordinate representation of color #CEFF95: hue angle of 87.74º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEFF95 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 149 | - |
| CMYK | 0.19 | 0 | 0.42 | 0 |
| HSL | 87.74º | 1% | 0.79% | - |
| HSV(B) | 87.74º | 0.42% | 1% | - |
| XYZ | 66.64 | 86.81 | 41.68 | - |
| YUV | 228.27 | 83.27 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 149 | 0.19 | 0 | 0.42 | 0 | 87.74 | 1 | 0.79 |
| Hex | CE | FF | 95 | 13 | 0 | 2A | 0 | 58 | 64 | 4F |
| Octal | 316 | 377 | 225 | 23 | 0 | 52 | 0 | 130 | 144 | 117 |
| Binary | 11001110 | 11111111 | 10010101 | 10011 | 0 | 101010 | 0 | 1011000 | 1100100 | 1001111 |
Color Harmonies of #CEFF95
Complementary color
Monochromatic Colors of #CEFF95
Black with #CEFF95
Text Example
Text Example
White with #CEFF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF95; }
p { color: rgb(206,255,149); }
H1.HeaderClassName
{
color: #CEFF95;
}
.AnyTagClassName
{
color: #CEFF95;
}
</style>
background-color css
<style>
a { background-color: #CEFF95; }
a { background-color: rgb(206,255,149); }
div.DivClassName
{
background-color: #CEFF95;
}
.BgClassName
{
background-color: #CEFF95;
}
</style>
border-color css
<style>
span { border-color: #CEFF95; }
span { border-color: rgb(206,255,149); }
td.TdClassName
{
border-color: #CEFF95;
}
.TagClassName
{
border-color: #CEFF95;
}
</style>