Shades of Reef #CFE99E
Tints of Reef #CFE99E
RGB
CMYK
RGB Variations
Color information
#CFE99E (or 0xCFE99E) is known color: Reef. HEX triplet: CF, E9 and 9E. RGB value is (207,233,158). Sum of RGB (Red+Green+Blue) = 207+233+158=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 158 (62.11% from 255 or 26.42% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE99E is #301661. Grayscale: #D8D8D8. Windows color (decimal): -3151458 or 10414543. OLE color: 10414543.
HSL color Cylindrical-coordinate representation of color #CFE99E: hue angle of 80.8º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFE99E is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 158 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.09 |
| HSL | 80.8º | 0.63% | 0.77% | - |
| HSV(B) | 80.8º | 0.32% | 0.91% | - |
| XYZ | 61.04 | 74.01 | 43.42 | - |
| YUV | 216.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 158 | 0.11 | 0 | 0.32 | 0.09 | 80.8 | 0.63 | 0.77 |
| Hex | CF | E9 | 9E | B | 0 | 20 | 9 | 51 | 3F | 4D |
| Octal | 317 | 351 | 236 | 13 | 0 | 40 | 11 | 121 | 77 | 115 |
| Binary | 11001111 | 11101001 | 10011110 | 1011 | 0 | 100000 | 1001 | 1010001 | 111111 | 1001101 |
Color Harmonies of #CFE99E
Complementary color
Monochromatic Colors of #CFE99E
Black with #CFE99E
Text Example
Text Example
White with #CFE99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE99E; }
p { color: rgb(207,233,158); }
H1.HeaderClassName
{
color: #CFE99E;
}
.AnyTagClassName
{
color: #CFE99E;
}
</style>
background-color css
<style>
a { background-color: #CFE99E; }
a { background-color: rgb(207,233,158); }
div.DivClassName
{
background-color: #CFE99E;
}
.BgClassName
{
background-color: #CFE99E;
}
</style>
border-color css
<style>
span { border-color: #CFE99E; }
span { border-color: rgb(207,233,158); }
td.TdClassName
{
border-color: #CFE99E;
}
.TagClassName
{
border-color: #CFE99E;
}
</style>