Shades of Reef #C9FF9A
Tints of Reef #C9FF9A
RGB
CMYK
RGB Variations
Color information
#C9FF9A (or 0xC9FF9A) is known color: Reef. HEX triplet: C9, FF and 9A. RGB value is (201,255,154). Sum of RGB (Red+Green+Blue) = 201+255+154=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FF9A is #360065. Grayscale: #E3E3E3. Windows color (decimal): -3539046 or 10158025. OLE color: 10158025.
HSL color Cylindrical-coordinate representation of color #C9FF9A: hue angle of 92.08º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9FF9A is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 154 | - |
| CMYK | 0.21 | 0 | 0.40 | 0 |
| HSL | 92.08º | 1% | 0.8% | - |
| HSV(B) | 92.08º | 0.4% | 1% | - |
| XYZ | 65.68 | 86.27 | 43.76 | - |
| YUV | 227.34 | 86.61 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 154 | 0.21 | 0 | 0.40 | 0 | 92.08 | 1 | 0.8 |
| Hex | C9 | FF | 9A | 15 | 0 | 28 | 0 | 5C | 64 | 50 |
| Octal | 311 | 377 | 232 | 25 | 0 | 50 | 0 | 134 | 144 | 120 |
| Binary | 11001001 | 11111111 | 10011010 | 10101 | 0 | 101000 | 0 | 1011100 | 1100100 | 1010000 |
Color Harmonies of #C9FF9A
Complementary color
Monochromatic Colors of #C9FF9A
Black with #C9FF9A
Text Example
Text Example
White with #C9FF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF9A; }
p { color: rgb(201,255,154); }
H1.HeaderClassName
{
color: #C9FF9A;
}
.AnyTagClassName
{
color: #C9FF9A;
}
</style>
background-color css
<style>
a { background-color: #C9FF9A; }
a { background-color: rgb(201,255,154); }
div.DivClassName
{
background-color: #C9FF9A;
}
.BgClassName
{
background-color: #C9FF9A;
}
</style>
border-color css
<style>
span { border-color: #C9FF9A; }
span { border-color: rgb(201,255,154); }
td.TdClassName
{
border-color: #C9FF9A;
}
.TagClassName
{
border-color: #C9FF9A;
}
</style>