Shades of Reef #CEE399
Tints of Reef #CEE399
RGB
CMYK
RGB Variations
Color information
#CEE399 (or 0xCEE399) is known color: Reef. HEX triplet: CE, E3 and 99. RGB value is (206,227,153). Sum of RGB (Red+Green+Blue) = 206+227+153=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 153 (60.16% from 255 or 26.11% from 586); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE399 is #311C66. Grayscale: #D4D4D4. Windows color (decimal): -3218535 or 10085326. OLE color: 10085326.
HSL color Cylindrical-coordinate representation of color #CEE399: hue angle of 77.03º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEE399 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 153 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.11 |
| HSL | 77.03º | 0.57% | 0.75% | - |
| HSV(B) | 77.03º | 0.33% | 0.89% | - |
| XYZ | 58.67 | 70.36 | 40.63 | - |
| YUV | 212.29 | 94.54 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 153 | 0.09 | 0 | 0.33 | 0.11 | 77.03 | 0.57 | 0.75 |
| Hex | CE | E3 | 99 | 9 | 0 | 21 | B | 4D | 39 | 4B |
| Octal | 316 | 343 | 231 | 11 | 0 | 41 | 13 | 115 | 71 | 113 |
| Binary | 11001110 | 11100011 | 10011001 | 1001 | 0 | 100001 | 1011 | 1001101 | 111001 | 1001011 |
Color Harmonies of #CEE399
Complementary color
Monochromatic Colors of #CEE399
Black with #CEE399
Text Example
Text Example
White with #CEE399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE399; }
p { color: rgb(206,227,153); }
H1.HeaderClassName
{
color: #CEE399;
}
.AnyTagClassName
{
color: #CEE399;
}
</style>
background-color css
<style>
a { background-color: #CEE399; }
a { background-color: rgb(206,227,153); }
div.DivClassName
{
background-color: #CEE399;
}
.BgClassName
{
background-color: #CEE399;
}
</style>
border-color css
<style>
span { border-color: #CEE399; }
span { border-color: rgb(206,227,153); }
td.TdClassName
{
border-color: #CEE399;
}
.TagClassName
{
border-color: #CEE399;
}
</style>