Shades of Reef #CEE39F
Tints of Reef #CEE39F
RGB
CMYK
RGB Variations
Color information
#CEE39F (or 0xCEE39F) is known color: Reef. HEX triplet: CE, E3 and 9F. RGB value is (206,227,159). Sum of RGB (Red+Green+Blue) = 206+227+159=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE39F is #311C60. Grayscale: #D5D5D5. Windows color (decimal): -3218529 or 10478542. OLE color: 10478542.
HSL color Cylindrical-coordinate representation of color #CEE39F: hue angle of 78.53º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEE39F is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 159 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.11 |
| HSL | 78.53º | 0.55% | 0.76% | - |
| HSV(B) | 78.53º | 0.3% | 0.89% | - |
| XYZ | 59.18 | 70.56 | 43.3 | - |
| YUV | 212.97 | 97.54 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 159 | 0.09 | 0 | 0.30 | 0.11 | 78.53 | 0.55 | 0.76 |
| Hex | CE | E3 | 9F | 9 | 0 | 1E | B | 4F | 37 | 4C |
| Octal | 316 | 343 | 237 | 11 | 0 | 36 | 13 | 117 | 67 | 114 |
| Binary | 11001110 | 11100011 | 10011111 | 1001 | 0 | 11110 | 1011 | 1001111 | 110111 | 1001100 |
Color Harmonies of #CEE39F
Complementary color
Monochromatic Colors of #CEE39F
Black with #CEE39F
Text Example
Text Example
White with #CEE39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE39F; }
p { color: rgb(206,227,159); }
H1.HeaderClassName
{
color: #CEE39F;
}
.AnyTagClassName
{
color: #CEE39F;
}
</style>
background-color css
<style>
a { background-color: #CEE39F; }
a { background-color: rgb(206,227,159); }
div.DivClassName
{
background-color: #CEE39F;
}
.BgClassName
{
background-color: #CEE39F;
}
</style>
border-color css
<style>
span { border-color: #CEE39F; }
span { border-color: rgb(206,227,159); }
td.TdClassName
{
border-color: #CEE39F;
}
.TagClassName
{
border-color: #CEE39F;
}
</style>