Shades of Reef #CEF99D
Tints of Reef #CEF99D
RGB
CMYK
RGB Variations
Color information
#CEF99D (or 0xCEF99D) is known color: Reef. HEX triplet: CE, F9 and 9D. RGB value is (206,249,157). Sum of RGB (Red+Green+Blue) = 206+249+157=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF99D is #310662. Grayscale: #E1E1E1. Windows color (decimal): -3212899 or 10353102. OLE color: 10353102.
HSL color Cylindrical-coordinate representation of color #CEF99D: hue angle of 88.04º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEF99D is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 157 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.02 |
| HSL | 88.04º | 0.88% | 0.8% | - |
| HSV(B) | 88.04º | 0.37% | 0.98% | - |
| XYZ | 65.42 | 83.31 | 44.53 | - |
| YUV | 225.66 | 89.25 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 157 | 0.17 | 0 | 0.37 | 0.02 | 88.04 | 0.88 | 0.8 |
| Hex | CE | F9 | 9D | 11 | 0 | 25 | 2 | 58 | 58 | 50 |
| Octal | 316 | 371 | 235 | 21 | 0 | 45 | 2 | 130 | 130 | 120 |
| Binary | 11001110 | 11111001 | 10011101 | 10001 | 0 | 100101 | 10 | 1011000 | 1011000 | 1010000 |
Color Harmonies of #CEF99D
Complementary color
Monochromatic Colors of #CEF99D
Black with #CEF99D
Text Example
Text Example
White with #CEF99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF99D; }
p { color: rgb(206,249,157); }
H1.HeaderClassName
{
color: #CEF99D;
}
.AnyTagClassName
{
color: #CEF99D;
}
</style>
background-color css
<style>
a { background-color: #CEF99D; }
a { background-color: rgb(206,249,157); }
div.DivClassName
{
background-color: #CEF99D;
}
.BgClassName
{
background-color: #CEF99D;
}
</style>
border-color css
<style>
span { border-color: #CEF99D; }
span { border-color: rgb(206,249,157); }
td.TdClassName
{
border-color: #CEF99D;
}
.TagClassName
{
border-color: #CEF99D;
}
</style>