Shades of Reef #CEF98D
Tints of Reef #CEF98D
RGB
CMYK
RGB Variations
Color information
#CEF98D (or 0xCEF98D) is known color: Reef. HEX triplet: CE, F9 and 8D. RGB value is (206,249,141). Sum of RGB (Red+Green+Blue) = 206+249+141=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF98D is #310672. Grayscale: #E0E0E0. Windows color (decimal): -3212915 or 9304526. OLE color: 9304526.
HSL color Cylindrical-coordinate representation of color #CEF98D: hue angle of 83.89º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEF98D is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 141 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.02 |
| HSL | 83.89º | 0.9% | 0.76% | - |
| HSV(B) | 83.89º | 0.43% | 0.98% | - |
| XYZ | 64.14 | 82.8 | 37.8 | - |
| YUV | 223.83 | 81.25 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 141 | 0.17 | 0 | 0.43 | 0.02 | 83.89 | 0.9 | 0.76 |
| Hex | CE | F9 | 8D | 11 | 0 | 2B | 2 | 54 | 5A | 4C |
| Octal | 316 | 371 | 215 | 21 | 0 | 53 | 2 | 124 | 132 | 114 |
| Binary | 11001110 | 11111001 | 10001101 | 10001 | 0 | 101011 | 10 | 1010100 | 1011010 | 1001100 |
Color Harmonies of #CEF98D
Complementary color
Monochromatic Colors of #CEF98D
Black with #CEF98D
Text Example
Text Example
White with #CEF98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF98D; }
p { color: rgb(206,249,141); }
H1.HeaderClassName
{
color: #CEF98D;
}
.AnyTagClassName
{
color: #CEF98D;
}
</style>
background-color css
<style>
a { background-color: #CEF98D; }
a { background-color: rgb(206,249,141); }
div.DivClassName
{
background-color: #CEF98D;
}
.BgClassName
{
background-color: #CEF98D;
}
</style>
border-color css
<style>
span { border-color: #CEF98D; }
span { border-color: rgb(206,249,141); }
td.TdClassName
{
border-color: #CEF98D;
}
.TagClassName
{
border-color: #CEF98D;
}
</style>