Shades of Reef #CFF997
Tints of Reef #CFF997
RGB
CMYK
RGB Variations
Color information
#CFF997 (or 0xCFF997) is known color: Reef. HEX triplet: CF, F9 and 97. RGB value is (207,249,151). Sum of RGB (Red+Green+Blue) = 207+249+151=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 151 (59.38% from 255 or 24.88% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF997 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF997 is #300668. Grayscale: #E1E1E1. Windows color (decimal): -3147369 or 9959887. OLE color: 9959887.
HSL color Cylindrical-coordinate representation of color #CFF997: hue angle of 85.71º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFF997 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 151 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.02 |
| HSL | 85.71º | 0.89% | 0.78% | - |
| HSV(B) | 85.71º | 0.39% | 0.98% | - |
| XYZ | 65.19 | 83.25 | 41.91 | - |
| YUV | 225.27 | 86.09 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 151 | 0.17 | 0 | 0.39 | 0.02 | 85.71 | 0.89 | 0.78 |
| Hex | CF | F9 | 97 | 11 | 0 | 27 | 2 | 56 | 59 | 4E |
| Octal | 317 | 371 | 227 | 21 | 0 | 47 | 2 | 126 | 131 | 116 |
| Binary | 11001111 | 11111001 | 10010111 | 10001 | 0 | 100111 | 10 | 1010110 | 1011001 | 1001110 |
Color Harmonies of #CFF997
Complementary color
Monochromatic Colors of #CFF997
Black with #CFF997
Text Example
Text Example
White with #CFF997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF997; }
p { color: rgb(207,249,151); }
H1.HeaderClassName
{
color: #CFF997;
}
.AnyTagClassName
{
color: #CFF997;
}
</style>
background-color css
<style>
a { background-color: #CFF997; }
a { background-color: rgb(207,249,151); }
div.DivClassName
{
background-color: #CFF997;
}
.BgClassName
{
background-color: #CFF997;
}
</style>
border-color css
<style>
span { border-color: #CFF997; }
span { border-color: rgb(207,249,151); }
td.TdClassName
{
border-color: #CFF997;
}
.TagClassName
{
border-color: #CFF997;
}
</style>