Shades of Reef #CEF79B
Tints of Reef #CEF79B
RGB
CMYK
RGB Variations
Color information
#CEF79B (or 0xCEF79B) is known color: Reef. HEX triplet: CE, F7 and 9B. RGB value is (206,247,155). Sum of RGB (Red+Green+Blue) = 206+247+155=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 247 (96.88% from 255 or 40.62% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF79B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF79B is #310864. Grayscale: #E0E0E0. Windows color (decimal): -3213413 or 10221518. OLE color: 10221518.
HSL color Cylindrical-coordinate representation of color #CEF79B: hue angle of 86.74º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEF79B is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 155 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.03 |
| HSL | 86.74º | 0.85% | 0.79% | - |
| HSV(B) | 86.74º | 0.37% | 0.97% | - |
| XYZ | 64.63 | 82.01 | 43.43 | - |
| YUV | 224.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 155 | 0.17 | 0 | 0.37 | 0.03 | 86.74 | 0.85 | 0.79 |
| Hex | CE | F7 | 9B | 11 | 0 | 25 | 3 | 57 | 55 | 4F |
| Octal | 316 | 367 | 233 | 21 | 0 | 45 | 3 | 127 | 125 | 117 |
| Binary | 11001110 | 11110111 | 10011011 | 10001 | 0 | 100101 | 11 | 1010111 | 1010101 | 1001111 |
Color Harmonies of #CEF79B
Complementary color
Monochromatic Colors of #CEF79B
Black with #CEF79B
Text Example
Text Example
White with #CEF79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF79B; }
p { color: rgb(206,247,155); }
H1.HeaderClassName
{
color: #CEF79B;
}
.AnyTagClassName
{
color: #CEF79B;
}
</style>
background-color css
<style>
a { background-color: #CEF79B; }
a { background-color: rgb(206,247,155); }
div.DivClassName
{
background-color: #CEF79B;
}
.BgClassName
{
background-color: #CEF79B;
}
</style>
border-color css
<style>
span { border-color: #CEF79B; }
span { border-color: rgb(206,247,155); }
td.TdClassName
{
border-color: #CEF79B;
}
.TagClassName
{
border-color: #CEF79B;
}
</style>