Shades of Reef #C9F296
Tints of Reef #C9F296
RGB
CMYK
RGB Variations
Color information
#C9F296 (or 0xC9F296) is known color: Reef. HEX triplet: C9, F2 and 96. RGB value is (201,242,150). Sum of RGB (Red+Green+Blue) = 201+242+150=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F296 is #360D69. Grayscale: #DBDBDB. Windows color (decimal): -3542378 or 9892553. OLE color: 9892553.
HSL color Cylindrical-coordinate representation of color #C9F296: hue angle of 86.74º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9F296 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 150 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.05 |
| HSL | 86.74º | 0.78% | 0.77% | - |
| HSV(B) | 86.74º | 0.38% | 0.95% | - |
| XYZ | 61.34 | 78.12 | 40.7 | - |
| YUV | 219.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 150 | 0.17 | 0 | 0.38 | 0.05 | 86.74 | 0.78 | 0.77 |
| Hex | C9 | F2 | 96 | 11 | 0 | 26 | 5 | 57 | 4E | 4D |
| Octal | 311 | 362 | 226 | 21 | 0 | 46 | 5 | 127 | 116 | 115 |
| Binary | 11001001 | 11110010 | 10010110 | 10001 | 0 | 100110 | 101 | 1010111 | 1001110 | 1001101 |
Color Harmonies of #C9F296
Complementary color
Monochromatic Colors of #C9F296
Black with #C9F296
Text Example
Text Example
White with #C9F296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F296; }
p { color: rgb(201,242,150); }
H1.HeaderClassName
{
color: #C9F296;
}
.AnyTagClassName
{
color: #C9F296;
}
</style>
background-color css
<style>
a { background-color: #C9F296; }
a { background-color: rgb(201,242,150); }
div.DivClassName
{
background-color: #C9F296;
}
.BgClassName
{
background-color: #C9F296;
}
</style>
border-color css
<style>
span { border-color: #C9F296; }
span { border-color: rgb(201,242,150); }
td.TdClassName
{
border-color: #C9F296;
}
.TagClassName
{
border-color: #C9F296;
}
</style>