Shades of Reef #C9F295
Tints of Reef #C9F295
RGB
CMYK
RGB Variations
Color information
#C9F295 (or 0xC9F295) is known color: Reef. HEX triplet: C9, F2 and 95. RGB value is (201,242,149). Sum of RGB (Red+Green+Blue) = 201+242+149=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F295 is #360D6A. Grayscale: #DBDBDB. Windows color (decimal): -3542379 or 9827017. OLE color: 9827017.
HSL color Cylindrical-coordinate representation of color #C9F295: hue angle of 86.45º 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 #C9F295 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 149 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.05 |
| HSL | 86.45º | 0.78% | 0.77% | - |
| HSV(B) | 86.45º | 0.38% | 0.95% | - |
| XYZ | 61.26 | 78.09 | 40.28 | - |
| YUV | 219.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 149 | 0.17 | 0 | 0.38 | 0.05 | 86.45 | 0.78 | 0.77 |
| Hex | C9 | F2 | 95 | 11 | 0 | 26 | 5 | 56 | 4E | 4D |
| Octal | 311 | 362 | 225 | 21 | 0 | 46 | 5 | 126 | 116 | 115 |
| Binary | 11001001 | 11110010 | 10010101 | 10001 | 0 | 100110 | 101 | 1010110 | 1001110 | 1001101 |
Color Harmonies of #C9F295
Complementary color
Monochromatic Colors of #C9F295
Black with #C9F295
Text Example
Text Example
White with #C9F295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F295; }
p { color: rgb(201,242,149); }
H1.HeaderClassName
{
color: #C9F295;
}
.AnyTagClassName
{
color: #C9F295;
}
</style>
background-color css
<style>
a { background-color: #C9F295; }
a { background-color: rgb(201,242,149); }
div.DivClassName
{
background-color: #C9F295;
}
.BgClassName
{
background-color: #C9F295;
}
</style>
border-color css
<style>
span { border-color: #C9F295; }
span { border-color: rgb(201,242,149); }
td.TdClassName
{
border-color: #C9F295;
}
.TagClassName
{
border-color: #C9F295;
}
</style>