Shades of Reef #C9FF9F
Tints of Reef #C9FF9F
RGB
CMYK
RGB Variations
Color information
#C9FF9F (or 0xC9FF9F) is known color: Reef. HEX triplet: C9, FF and 9F. RGB value is (201,255,159). Sum of RGB (Red+Green+Blue) = 201+255+159=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FF9F is #360060. Grayscale: #E4E4E4. Windows color (decimal): -3539041 or 10485705. OLE color: 10485705.
HSL color Cylindrical-coordinate representation of color #C9FF9F: hue angle of 93.75º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9FF9F is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 159 | - |
| CMYK | 0.21 | 0 | 0.38 | 0 |
| HSL | 93.75º | 1% | 0.81% | - |
| HSV(B) | 93.75º | 0.38% | 1% | - |
| XYZ | 66.11 | 86.44 | 46 | - |
| YUV | 227.91 | 89.11 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 159 | 0.21 | 0 | 0.38 | 0 | 93.75 | 1 | 0.81 |
| Hex | C9 | FF | 9F | 15 | 0 | 26 | 0 | 5E | 64 | 51 |
| Octal | 311 | 377 | 237 | 25 | 0 | 46 | 0 | 136 | 144 | 121 |
| Binary | 11001001 | 11111111 | 10011111 | 10101 | 0 | 100110 | 0 | 1011110 | 1100100 | 1010001 |
Color Harmonies of #C9FF9F
Complementary color
Monochromatic Colors of #C9FF9F
Black with #C9FF9F
Text Example
Text Example
White with #C9FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF9F; }
p { color: rgb(201,255,159); }
H1.HeaderClassName
{
color: #C9FF9F;
}
.AnyTagClassName
{
color: #C9FF9F;
}
</style>
background-color css
<style>
a { background-color: #C9FF9F; }
a { background-color: rgb(201,255,159); }
div.DivClassName
{
background-color: #C9FF9F;
}
.BgClassName
{
background-color: #C9FF9F;
}
</style>
border-color css
<style>
span { border-color: #C9FF9F; }
span { border-color: rgb(201,255,159); }
td.TdClassName
{
border-color: #C9FF9F;
}
.TagClassName
{
border-color: #C9FF9F;
}
</style>