Shades of Reef #CEF59D
Tints of Reef #CEF59D
RGB
CMYK
RGB Variations
Color information
#CEF59D (or 0xCEF59D) is known color: Reef. HEX triplet: CE, F5 and 9D. RGB value is (206,245,157). Sum of RGB (Red+Green+Blue) = 206+245+157=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 245 (96.09% from 255 or 40.30% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF59D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF59D is #310A62. Grayscale: #DFDFDF. Windows color (decimal): -3213923 or 10352078. OLE color: 10352078.
HSL color Cylindrical-coordinate representation of color #CEF59D: hue angle of 86.59º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEF59D is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 157 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.04 |
| HSL | 86.59º | 0.81% | 0.79% | - |
| HSV(B) | 86.59º | 0.36% | 0.96% | - |
| XYZ | 64.19 | 80.86 | 44.12 | - |
| YUV | 223.31 | 90.58 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 157 | 0.16 | 0 | 0.36 | 0.04 | 86.59 | 0.81 | 0.79 |
| Hex | CE | F5 | 9D | 10 | 0 | 24 | 4 | 57 | 51 | 4F |
| Octal | 316 | 365 | 235 | 20 | 0 | 44 | 4 | 127 | 121 | 117 |
| Binary | 11001110 | 11110101 | 10011101 | 10000 | 0 | 100100 | 100 | 1010111 | 1010001 | 1001111 |
Color Harmonies of #CEF59D
Complementary color
Monochromatic Colors of #CEF59D
Black with #CEF59D
Text Example
Text Example
White with #CEF59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF59D; }
p { color: rgb(206,245,157); }
H1.HeaderClassName
{
color: #CEF59D;
}
.AnyTagClassName
{
color: #CEF59D;
}
</style>
background-color css
<style>
a { background-color: #CEF59D; }
a { background-color: rgb(206,245,157); }
div.DivClassName
{
background-color: #CEF59D;
}
.BgClassName
{
background-color: #CEF59D;
}
</style>
border-color css
<style>
span { border-color: #CEF59D; }
span { border-color: rgb(206,245,157); }
td.TdClassName
{
border-color: #CEF59D;
}
.TagClassName
{
border-color: #CEF59D;
}
</style>