Shades of Reef #C9FF94
Tints of Reef #C9FF94
RGB
CMYK
RGB Variations
Color information
#C9FF94 (or 0xC9FF94) is known color: Reef. HEX triplet: C9, FF and 94. RGB value is (201,255,148). Sum of RGB (Red+Green+Blue) = 201+255+148=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FF94 is #36006B. Grayscale: #E3E3E3. Windows color (decimal): -3539052 or 9764809. OLE color: 9764809.
HSL color Cylindrical-coordinate representation of color #C9FF94: hue angle of 90.28º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9FF94 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 148 | - |
| CMYK | 0.21 | 0 | 0.42 | 0 |
| HSL | 90.28º | 1% | 0.79% | - |
| HSV(B) | 90.28º | 0.42% | 1% | - |
| XYZ | 65.19 | 86.08 | 41.2 | - |
| YUV | 226.66 | 83.61 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 148 | 0.21 | 0 | 0.42 | 0 | 90.28 | 1 | 0.79 |
| Hex | C9 | FF | 94 | 15 | 0 | 2A | 0 | 5A | 64 | 4F |
| Octal | 311 | 377 | 224 | 25 | 0 | 52 | 0 | 132 | 144 | 117 |
| Binary | 11001001 | 11111111 | 10010100 | 10101 | 0 | 101010 | 0 | 1011010 | 1100100 | 1001111 |
Color Harmonies of #C9FF94
Complementary color
Monochromatic Colors of #C9FF94
Black with #C9FF94
Text Example
Text Example
White with #C9FF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF94; }
p { color: rgb(201,255,148); }
H1.HeaderClassName
{
color: #C9FF94;
}
.AnyTagClassName
{
color: #C9FF94;
}
</style>
background-color css
<style>
a { background-color: #C9FF94; }
a { background-color: rgb(201,255,148); }
div.DivClassName
{
background-color: #C9FF94;
}
.BgClassName
{
background-color: #C9FF94;
}
</style>
border-color css
<style>
span { border-color: #C9FF94; }
span { border-color: rgb(201,255,148); }
td.TdClassName
{
border-color: #C9FF94;
}
.TagClassName
{
border-color: #C9FF94;
}
</style>