Shades of Reef #C9FF96
Tints of Reef #C9FF96
RGB
CMYK
RGB Variations
Color information
#C9FF96 (or 0xC9FF96) is known color: Reef. HEX triplet: C9, FF and 96. RGB value is (201,255,150). Sum of RGB (Red+Green+Blue) = 201+255+150=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 150 (58.98% from 255 or 24.75% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FF96 is #360069. Grayscale: #E3E3E3. Windows color (decimal): -3539050 or 9895881. OLE color: 9895881.
HSL color Cylindrical-coordinate representation of color #C9FF96: hue angle of 90.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9FF96 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 150 | - |
| CMYK | 0.21 | 0 | 0.41 | 0 |
| HSL | 90.86º | 1% | 0.79% | - |
| HSV(B) | 90.86º | 0.41% | 1% | - |
| XYZ | 65.35 | 86.14 | 42.04 | - |
| YUV | 226.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 150 | 0.21 | 0 | 0.41 | 0 | 90.86 | 1 | 0.79 |
| Hex | C9 | FF | 96 | 15 | 0 | 29 | 0 | 5B | 64 | 4F |
| Octal | 311 | 377 | 226 | 25 | 0 | 51 | 0 | 133 | 144 | 117 |
| Binary | 11001001 | 11111111 | 10010110 | 10101 | 0 | 101001 | 0 | 1011011 | 1100100 | 1001111 |
Color Harmonies of #C9FF96
Complementary color
Monochromatic Colors of #C9FF96
Black with #C9FF96
Text Example
Text Example
White with #C9FF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF96; }
p { color: rgb(201,255,150); }
H1.HeaderClassName
{
color: #C9FF96;
}
.AnyTagClassName
{
color: #C9FF96;
}
</style>
background-color css
<style>
a { background-color: #C9FF96; }
a { background-color: rgb(201,255,150); }
div.DivClassName
{
background-color: #C9FF96;
}
.BgClassName
{
background-color: #C9FF96;
}
</style>
border-color css
<style>
span { border-color: #C9FF96; }
span { border-color: rgb(201,255,150); }
td.TdClassName
{
border-color: #C9FF96;
}
.TagClassName
{
border-color: #C9FF96;
}
</style>