Shades of Reef #CEF59C
Tints of Reef #CEF59C
RGB
CMYK
RGB Variations
Color information
#CEF59C (or 0xCEF59C) is known color: Reef. HEX triplet: CE, F5 and 9C. RGB value is (206,245,156). Sum of RGB (Red+Green+Blue) = 206+245+156=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF59C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF59C is #310A63. Grayscale: #DFDFDF. Windows color (decimal): -3213924 or 10286542. OLE color: 10286542.
HSL color Cylindrical-coordinate representation of color #CEF59C: hue angle of 86.29º degrees, saturation: 0.82, 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 #CEF59C is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 156 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.04 |
| HSL | 86.29º | 0.82% | 0.79% | - |
| HSV(B) | 86.29º | 0.36% | 0.96% | - |
| XYZ | 64.11 | 80.83 | 43.67 | - |
| YUV | 223.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 156 | 0.16 | 0 | 0.36 | 0.04 | 86.29 | 0.82 | 0.79 |
| Hex | CE | F5 | 9C | 10 | 0 | 24 | 4 | 56 | 52 | 4F |
| Octal | 316 | 365 | 234 | 20 | 0 | 44 | 4 | 126 | 122 | 117 |
| Binary | 11001110 | 11110101 | 10011100 | 10000 | 0 | 100100 | 100 | 1010110 | 1010010 | 1001111 |
Color Harmonies of #CEF59C
Complementary color
Monochromatic Colors of #CEF59C
Black with #CEF59C
Text Example
Text Example
White with #CEF59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF59C; }
p { color: rgb(206,245,156); }
H1.HeaderClassName
{
color: #CEF59C;
}
.AnyTagClassName
{
color: #CEF59C;
}
</style>
background-color css
<style>
a { background-color: #CEF59C; }
a { background-color: rgb(206,245,156); }
div.DivClassName
{
background-color: #CEF59C;
}
.BgClassName
{
background-color: #CEF59C;
}
</style>
border-color css
<style>
span { border-color: #CEF59C; }
span { border-color: rgb(206,245,156); }
td.TdClassName
{
border-color: #CEF59C;
}
.TagClassName
{
border-color: #CEF59C;
}
</style>