Shades of Reef #CEF88F
Tints of Reef #CEF88F
RGB
CMYK
RGB Variations
Color information
#CEF88F (or 0xCEF88F) is known color: Reef. HEX triplet: CE, F8 and 8F. RGB value is (206,248,143). Sum of RGB (Red+Green+Blue) = 206+248+143=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF88F is #310770. Grayscale: #DFDFDF. Windows color (decimal): -3213169 or 9435342. OLE color: 9435342.
HSL color Cylindrical-coordinate representation of color #CEF88F: hue angle of 84º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEF88F is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 143 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.03 |
| HSL | 84º | 0.88% | 0.77% | - |
| HSV(B) | 84º | 0.42% | 0.97% | - |
| XYZ | 63.98 | 82.24 | 38.49 | - |
| YUV | 223.47 | 82.59 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 143 | 0.17 | 0 | 0.42 | 0.03 | 84 | 0.88 | 0.77 |
| Hex | CE | F8 | 8F | 11 | 0 | 2A | 3 | 54 | 58 | 4D |
| Octal | 316 | 370 | 217 | 21 | 0 | 52 | 3 | 124 | 130 | 115 |
| Binary | 11001110 | 11111000 | 10001111 | 10001 | 0 | 101010 | 11 | 1010100 | 1011000 | 1001101 |
Color Harmonies of #CEF88F
Complementary color
Monochromatic Colors of #CEF88F
Black with #CEF88F
Text Example
Text Example
White with #CEF88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF88F; }
p { color: rgb(206,248,143); }
H1.HeaderClassName
{
color: #CEF88F;
}
.AnyTagClassName
{
color: #CEF88F;
}
</style>
background-color css
<style>
a { background-color: #CEF88F; }
a { background-color: rgb(206,248,143); }
div.DivClassName
{
background-color: #CEF88F;
}
.BgClassName
{
background-color: #CEF88F;
}
</style>
border-color css
<style>
span { border-color: #CEF88F; }
span { border-color: rgb(206,248,143); }
td.TdClassName
{
border-color: #CEF88F;
}
.TagClassName
{
border-color: #CEF88F;
}
</style>