Shades of Reef #CEF592
Tints of Reef #CEF592
RGB
CMYK
RGB Variations
Color information
#CEF592 (or 0xCEF592) is known color: Reef. HEX triplet: CE, F5 and 92. RGB value is (206,245,146). Sum of RGB (Red+Green+Blue) = 206+245+146=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF592 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF592 is #310A6D. Grayscale: #DEDEDE. Windows color (decimal): -3213934 or 9631182. OLE color: 9631182.
HSL color Cylindrical-coordinate representation of color #CEF592: hue angle of 83.64º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEF592 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 146 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.04 |
| HSL | 83.64º | 0.83% | 0.77% | - |
| HSV(B) | 83.64º | 0.4% | 0.96% | - |
| XYZ | 63.29 | 80.5 | 39.4 | - |
| YUV | 222.05 | 85.08 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 146 | 0.16 | 0 | 0.40 | 0.04 | 83.64 | 0.83 | 0.77 |
| Hex | CE | F5 | 92 | 10 | 0 | 28 | 4 | 54 | 53 | 4D |
| Octal | 316 | 365 | 222 | 20 | 0 | 50 | 4 | 124 | 123 | 115 |
| Binary | 11001110 | 11110101 | 10010010 | 10000 | 0 | 101000 | 100 | 1010100 | 1010011 | 1001101 |
Color Harmonies of #CEF592
Complementary color
Monochromatic Colors of #CEF592
Black with #CEF592
Text Example
Text Example
White with #CEF592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF592; }
p { color: rgb(206,245,146); }
H1.HeaderClassName
{
color: #CEF592;
}
.AnyTagClassName
{
color: #CEF592;
}
</style>
background-color css
<style>
a { background-color: #CEF592; }
a { background-color: rgb(206,245,146); }
div.DivClassName
{
background-color: #CEF592;
}
.BgClassName
{
background-color: #CEF592;
}
</style>
border-color css
<style>
span { border-color: #CEF592; }
span { border-color: rgb(206,245,146); }
td.TdClassName
{
border-color: #CEF592;
}
.TagClassName
{
border-color: #CEF592;
}
</style>