Shades of Reef #CFF99E
Tints of Reef #CFF99E
RGB
CMYK
RGB Variations
Color information
#CFF99E (or 0xCFF99E) is known color: Reef. HEX triplet: CF, F9 and 9E. RGB value is (207,249,158). Sum of RGB (Red+Green+Blue) = 207+249+158=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF99E is #300661. Grayscale: #E2E2E2. Windows color (decimal): -3147362 or 10418639. OLE color: 10418639.
HSL color Cylindrical-coordinate representation of color #CFF99E: hue angle of 87.69º 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 #CFF99E is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 158 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.02 |
| HSL | 87.69º | 0.88% | 0.8% | - |
| HSV(B) | 87.69º | 0.37% | 0.98% | - |
| XYZ | 65.78 | 83.49 | 45 | - |
| YUV | 226.07 | 89.59 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 158 | 0.17 | 0 | 0.37 | 0.02 | 87.69 | 0.88 | 0.8 |
| Hex | CF | F9 | 9E | 11 | 0 | 25 | 2 | 58 | 58 | 50 |
| Octal | 317 | 371 | 236 | 21 | 0 | 45 | 2 | 130 | 130 | 120 |
| Binary | 11001111 | 11111001 | 10011110 | 10001 | 0 | 100101 | 10 | 1011000 | 1011000 | 1010000 |
Color Harmonies of #CFF99E
Complementary color
Monochromatic Colors of #CFF99E
Black with #CFF99E
Text Example
Text Example
White with #CFF99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF99E; }
p { color: rgb(207,249,158); }
H1.HeaderClassName
{
color: #CFF99E;
}
.AnyTagClassName
{
color: #CFF99E;
}
</style>
background-color css
<style>
a { background-color: #CFF99E; }
a { background-color: rgb(207,249,158); }
div.DivClassName
{
background-color: #CFF99E;
}
.BgClassName
{
background-color: #CFF99E;
}
</style>
border-color css
<style>
span { border-color: #CFF99E; }
span { border-color: rgb(207,249,158); }
td.TdClassName
{
border-color: #CFF99E;
}
.TagClassName
{
border-color: #CFF99E;
}
</style>