Shades of Reef #CEF498
Tints of Reef #CEF498
RGB
CMYK
RGB Variations
Color information
#CEF498 (or 0xCEF498) is known color: Reef. HEX triplet: CE, F4 and 98. RGB value is (206,244,152). Sum of RGB (Red+Green+Blue) = 206+244+152=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 152 (59.77% from 255 or 25.25% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF498 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF498 is #310B67. Grayscale: #DEDEDE. Windows color (decimal): -3214184 or 10024142. OLE color: 10024142.
HSL color Cylindrical-coordinate representation of color #CEF498: hue angle of 84.78º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEF498 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 152 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.04 |
| HSL | 84.78º | 0.81% | 0.78% | - |
| HSV(B) | 84.78º | 0.38% | 0.96% | - |
| XYZ | 63.47 | 80.09 | 41.82 | - |
| YUV | 222.15 | 88.41 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 152 | 0.16 | 0 | 0.38 | 0.04 | 84.78 | 0.81 | 0.78 |
| Hex | CE | F4 | 98 | 10 | 0 | 26 | 4 | 55 | 51 | 4E |
| Octal | 316 | 364 | 230 | 20 | 0 | 46 | 4 | 125 | 121 | 116 |
| Binary | 11001110 | 11110100 | 10011000 | 10000 | 0 | 100110 | 100 | 1010101 | 1010001 | 1001110 |
Color Harmonies of #CEF498
Complementary color
Monochromatic Colors of #CEF498
Black with #CEF498
Text Example
Text Example
White with #CEF498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF498; }
p { color: rgb(206,244,152); }
H1.HeaderClassName
{
color: #CEF498;
}
.AnyTagClassName
{
color: #CEF498;
}
</style>
background-color css
<style>
a { background-color: #CEF498; }
a { background-color: rgb(206,244,152); }
div.DivClassName
{
background-color: #CEF498;
}
.BgClassName
{
background-color: #CEF498;
}
</style>
border-color css
<style>
span { border-color: #CEF498; }
span { border-color: rgb(206,244,152); }
td.TdClassName
{
border-color: #CEF498;
}
.TagClassName
{
border-color: #CEF498;
}
</style>