Shades of Reef #C9FA9C
Tints of Reef #C9FA9C
RGB
CMYK
RGB Variations
Color information
#C9FA9C (or 0xC9FA9C) is known color: Reef. HEX triplet: C9, FA and 9C. RGB value is (201,250,156). Sum of RGB (Red+Green+Blue) = 201+250+156=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FA9C is #360563. Grayscale: #E0E0E0. Windows color (decimal): -3540324 or 10287817. OLE color: 10287817.
HSL color Cylindrical-coordinate representation of color #C9FA9C: hue angle of 91.28º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9FA9C is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 156 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.02 |
| HSL | 91.28º | 0.9% | 0.8% | - |
| HSV(B) | 91.28º | 0.38% | 0.98% | - |
| XYZ | 64.27 | 83.19 | 44.12 | - |
| YUV | 224.63 | 89.27 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 156 | 0.20 | 0 | 0.38 | 0.02 | 91.28 | 0.9 | 0.8 |
| Hex | C9 | FA | 9C | 14 | 0 | 26 | 2 | 5B | 5A | 50 |
| Octal | 311 | 372 | 234 | 24 | 0 | 46 | 2 | 133 | 132 | 120 |
| Binary | 11001001 | 11111010 | 10011100 | 10100 | 0 | 100110 | 10 | 1011011 | 1011010 | 1010000 |
Color Harmonies of #C9FA9C
Complementary color
Monochromatic Colors of #C9FA9C
Black with #C9FA9C
Text Example
Text Example
White with #C9FA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA9C; }
p { color: rgb(201,250,156); }
H1.HeaderClassName
{
color: #C9FA9C;
}
.AnyTagClassName
{
color: #C9FA9C;
}
</style>
background-color css
<style>
a { background-color: #C9FA9C; }
a { background-color: rgb(201,250,156); }
div.DivClassName
{
background-color: #C9FA9C;
}
.BgClassName
{
background-color: #C9FA9C;
}
</style>
border-color css
<style>
span { border-color: #C9FA9C; }
span { border-color: rgb(201,250,156); }
td.TdClassName
{
border-color: #C9FA9C;
}
.TagClassName
{
border-color: #C9FA9C;
}
</style>