Shades of Reef #CEF98F
Tints of Reef #CEF98F
RGB
CMYK
RGB Variations
Color information
#CEF98F (or 0xCEF98F) is known color: Reef. HEX triplet: CE, F9 and 8F. RGB value is (206,249,143). Sum of RGB (Red+Green+Blue) = 206+249+143=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 143 (56.25% from 255 or 23.91% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF98F is #310670. Grayscale: #E0E0E0. Windows color (decimal): -3212913 or 9435598. OLE color: 9435598.
HSL color Cylindrical-coordinate representation of color #CEF98F: hue angle of 84.34º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEF98F is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 143 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.02 |
| HSL | 84.34º | 0.9% | 0.77% | - |
| HSV(B) | 84.34º | 0.43% | 0.98% | - |
| XYZ | 64.29 | 82.86 | 38.59 | - |
| YUV | 224.06 | 82.25 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 143 | 0.17 | 0 | 0.43 | 0.02 | 84.34 | 0.9 | 0.77 |
| Hex | CE | F9 | 8F | 11 | 0 | 2B | 2 | 54 | 5A | 4D |
| Octal | 316 | 371 | 217 | 21 | 0 | 53 | 2 | 124 | 132 | 115 |
| Binary | 11001110 | 11111001 | 10001111 | 10001 | 0 | 101011 | 10 | 1010100 | 1011010 | 1001101 |
Color Harmonies of #CEF98F
Complementary color
Monochromatic Colors of #CEF98F
Black with #CEF98F
Text Example
Text Example
White with #CEF98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF98F; }
p { color: rgb(206,249,143); }
H1.HeaderClassName
{
color: #CEF98F;
}
.AnyTagClassName
{
color: #CEF98F;
}
</style>
background-color css
<style>
a { background-color: #CEF98F; }
a { background-color: rgb(206,249,143); }
div.DivClassName
{
background-color: #CEF98F;
}
.BgClassName
{
background-color: #CEF98F;
}
</style>
border-color css
<style>
span { border-color: #CEF98F; }
span { border-color: rgb(206,249,143); }
td.TdClassName
{
border-color: #CEF98F;
}
.TagClassName
{
border-color: #CEF98F;
}
</style>