Shades of Reef #CEF397
Tints of Reef #CEF397
RGB
CMYK
RGB Variations
Color information
#CEF397 (or 0xCEF397) is known color: Reef. HEX triplet: CE, F3 and 97. RGB value is (206,243,151). Sum of RGB (Red+Green+Blue) = 206+243+151=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF397 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF397 is #310C68. Grayscale: #DDDDDD. Windows color (decimal): -3214441 or 9958350. OLE color: 9958350.
HSL color Cylindrical-coordinate representation of color #CEF397: hue angle of 84.13º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEF397 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 151 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.05 |
| HSL | 84.13º | 0.79% | 0.77% | - |
| HSV(B) | 84.13º | 0.38% | 0.95% | - |
| XYZ | 63.09 | 79.46 | 41.29 | - |
| YUV | 221.45 | 88.24 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 151 | 0.15 | 0 | 0.38 | 0.05 | 84.13 | 0.79 | 0.77 |
| Hex | CE | F3 | 97 | F | 0 | 26 | 5 | 54 | 4F | 4D |
| Octal | 316 | 363 | 227 | 17 | 0 | 46 | 5 | 124 | 117 | 115 |
| Binary | 11001110 | 11110011 | 10010111 | 1111 | 0 | 100110 | 101 | 1010100 | 1001111 | 1001101 |
Color Harmonies of #CEF397
Complementary color
Monochromatic Colors of #CEF397
Black with #CEF397
Text Example
Text Example
White with #CEF397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF397; }
p { color: rgb(206,243,151); }
H1.HeaderClassName
{
color: #CEF397;
}
.AnyTagClassName
{
color: #CEF397;
}
</style>
background-color css
<style>
a { background-color: #CEF397; }
a { background-color: rgb(206,243,151); }
div.DivClassName
{
background-color: #CEF397;
}
.BgClassName
{
background-color: #CEF397;
}
</style>
border-color css
<style>
span { border-color: #CEF397; }
span { border-color: rgb(206,243,151); }
td.TdClassName
{
border-color: #CEF397;
}
.TagClassName
{
border-color: #CEF397;
}
</style>