Shades of Reef #CFF097
Tints of Reef #CFF097
RGB
CMYK
RGB Variations
Color information
#CFF097 (or 0xCFF097) is known color: Reef. HEX triplet: CF, F0 and 97. RGB value is (207,240,151). Sum of RGB (Red+Green+Blue) = 207+240+151=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF097 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF097 is #300F68. Grayscale: #DCDCDC. Windows color (decimal): -3149673 or 9957583. OLE color: 9957583.
HSL color Cylindrical-coordinate representation of color #CFF097: hue angle of 82.25º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFF097 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 151 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.06 |
| HSL | 82.25º | 0.75% | 0.77% | - |
| HSV(B) | 82.25º | 0.37% | 0.94% | - |
| XYZ | 62.48 | 77.82 | 41.01 | - |
| YUV | 219.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 151 | 0.14 | 0 | 0.37 | 0.06 | 82.25 | 0.75 | 0.77 |
| Hex | CF | F0 | 97 | E | 0 | 25 | 6 | 52 | 4B | 4D |
| Octal | 317 | 360 | 227 | 16 | 0 | 45 | 6 | 122 | 113 | 115 |
| Binary | 11001111 | 11110000 | 10010111 | 1110 | 0 | 100101 | 110 | 1010010 | 1001011 | 1001101 |
Color Harmonies of #CFF097
Complementary color
Monochromatic Colors of #CFF097
Black with #CFF097
Text Example
Text Example
White with #CFF097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF097; }
p { color: rgb(207,240,151); }
H1.HeaderClassName
{
color: #CFF097;
}
.AnyTagClassName
{
color: #CFF097;
}
</style>
background-color css
<style>
a { background-color: #CFF097; }
a { background-color: rgb(207,240,151); }
div.DivClassName
{
background-color: #CFF097;
}
.BgClassName
{
background-color: #CFF097;
}
</style>
border-color css
<style>
span { border-color: #CFF097; }
span { border-color: rgb(207,240,151); }
td.TdClassName
{
border-color: #CFF097;
}
.TagClassName
{
border-color: #CFF097;
}
</style>