Shades of Reef #C0F997
Tints of Reef #C0F997
RGB
CMYK
RGB Variations
Color information
#C0F997 (or 0xC0F997) is known color: Reef. HEX triplet: C0, F9 and 97. RGB value is (192,249,151). Sum of RGB (Red+Green+Blue) = 192+249+151=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 151 (59.38% from 255 or 25.51% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F997 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F997 is #3F0668. Grayscale: #DDDDDD. Windows color (decimal): -4130409 or 9959872. OLE color: 9959872.
HSL color Cylindrical-coordinate representation of color #C0F997: hue angle of 94.9º 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 #C0F997 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 151 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.02 |
| HSL | 94.9º | 0.89% | 0.78% | - |
| HSV(B) | 94.9º | 0.39% | 0.98% | - |
| XYZ | 61.2 | 81.19 | 41.72 | - |
| YUV | 220.79 | 88.62 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 151 | 0.23 | 0 | 0.39 | 0.02 | 94.9 | 0.89 | 0.78 |
| Hex | C0 | F9 | 97 | 17 | 0 | 27 | 2 | 5F | 59 | 4E |
| Octal | 300 | 371 | 227 | 27 | 0 | 47 | 2 | 137 | 131 | 116 |
| Binary | 11000000 | 11111001 | 10010111 | 10111 | 0 | 100111 | 10 | 1011111 | 1011001 | 1001110 |
Color Harmonies of #C0F997
Complementary color
Monochromatic Colors of #C0F997
Black with #C0F997
Text Example
Text Example
White with #C0F997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F997; }
p { color: rgb(192,249,151); }
H1.HeaderClassName
{
color: #C0F997;
}
.AnyTagClassName
{
color: #C0F997;
}
</style>
background-color css
<style>
a { background-color: #C0F997; }
a { background-color: rgb(192,249,151); }
div.DivClassName
{
background-color: #C0F997;
}
.BgClassName
{
background-color: #C0F997;
}
</style>
border-color css
<style>
span { border-color: #C0F997; }
span { border-color: rgb(192,249,151); }
td.TdClassName
{
border-color: #C0F997;
}
.TagClassName
{
border-color: #C0F997;
}
</style>