Shades of Reef #C9F095
Tints of Reef #C9F095
RGB
CMYK
RGB Variations
Color information
#C9F095 (or 0xC9F095) is known color: Reef. HEX triplet: C9, F0 and 95. RGB value is (201,240,149). Sum of RGB (Red+Green+Blue) = 201+240+149=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F095 is #360F6A. Grayscale: #DADADA. Windows color (decimal): -3542891 or 9826505. OLE color: 9826505.
HSL color Cylindrical-coordinate representation of color #C9F095: hue angle of 85.71º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9F095 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 149 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.06 |
| HSL | 85.71º | 0.75% | 0.76% | - |
| HSV(B) | 85.71º | 0.38% | 0.94% | - |
| XYZ | 60.67 | 76.91 | 40.08 | - |
| YUV | 217.97 | 89.08 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 149 | 0.16 | 0 | 0.38 | 0.06 | 85.71 | 0.75 | 0.76 |
| Hex | C9 | F0 | 95 | 10 | 0 | 26 | 6 | 56 | 4B | 4C |
| Octal | 311 | 360 | 225 | 20 | 0 | 46 | 6 | 126 | 113 | 114 |
| Binary | 11001001 | 11110000 | 10010101 | 10000 | 0 | 100110 | 110 | 1010110 | 1001011 | 1001100 |
Color Harmonies of #C9F095
Complementary color
Monochromatic Colors of #C9F095
Black with #C9F095
Text Example
Text Example
White with #C9F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F095; }
p { color: rgb(201,240,149); }
H1.HeaderClassName
{
color: #C9F095;
}
.AnyTagClassName
{
color: #C9F095;
}
</style>
background-color css
<style>
a { background-color: #C9F095; }
a { background-color: rgb(201,240,149); }
div.DivClassName
{
background-color: #C9F095;
}
.BgClassName
{
background-color: #C9F095;
}
</style>
border-color css
<style>
span { border-color: #C9F095; }
span { border-color: rgb(201,240,149); }
td.TdClassName
{
border-color: #C9F095;
}
.TagClassName
{
border-color: #C9F095;
}
</style>