Shades of Reef #CEF29C
Tints of Reef #CEF29C
RGB
CMYK
RGB Variations
Color information
#CEF29C (or 0xCEF29C) is known color: Reef. HEX triplet: CE, F2 and 9C. RGB value is (206,242,156). Sum of RGB (Red+Green+Blue) = 206+242+156=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF29C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF29C is #310D63. Grayscale: #DDDDDD. Windows color (decimal): -3214692 or 10285774. OLE color: 10285774.
HSL color Cylindrical-coordinate representation of color #CEF29C: hue angle of 85.12º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEF29C is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 156 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.05 |
| HSL | 85.12º | 0.77% | 0.78% | - |
| HSV(B) | 85.12º | 0.36% | 0.95% | - |
| XYZ | 63.21 | 79.03 | 43.37 | - |
| YUV | 221.43 | 91.07 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 156 | 0.15 | 0 | 0.36 | 0.05 | 85.12 | 0.77 | 0.78 |
| Hex | CE | F2 | 9C | F | 0 | 24 | 5 | 55 | 4D | 4E |
| Octal | 316 | 362 | 234 | 17 | 0 | 44 | 5 | 125 | 115 | 116 |
| Binary | 11001110 | 11110010 | 10011100 | 1111 | 0 | 100100 | 101 | 1010101 | 1001101 | 1001110 |
Color Harmonies of #CEF29C
Complementary color
Monochromatic Colors of #CEF29C
Black with #CEF29C
Text Example
Text Example
White with #CEF29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF29C; }
p { color: rgb(206,242,156); }
H1.HeaderClassName
{
color: #CEF29C;
}
.AnyTagClassName
{
color: #CEF29C;
}
</style>
background-color css
<style>
a { background-color: #CEF29C; }
a { background-color: rgb(206,242,156); }
div.DivClassName
{
background-color: #CEF29C;
}
.BgClassName
{
background-color: #CEF29C;
}
</style>
border-color css
<style>
span { border-color: #CEF29C; }
span { border-color: rgb(206,242,156); }
td.TdClassName
{
border-color: #CEF29C;
}
.TagClassName
{
border-color: #CEF29C;
}
</style>