Shades of Reef #C5FF9A
Tints of Reef #C5FF9A
RGB
CMYK
RGB Variations
Color information
#C5FF9A (or 0xC5FF9A) is known color: Reef. HEX triplet: C5, FF and 9A. RGB value is (197,255,154). Sum of RGB (Red+Green+Blue) = 197+255+154=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FF9A is #3A0065. Grayscale: #E2E2E2. Windows color (decimal): -3801190 or 10158021. OLE color: 10158021.
HSL color Cylindrical-coordinate representation of color #C5FF9A: hue angle of 94.46º 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 #C5FF9A is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 154 | - |
| CMYK | 0.23 | 0 | 0.40 | 0 |
| HSL | 94.46º | 1% | 0.8% | - |
| HSV(B) | 94.46º | 0.4% | 1% | - |
| XYZ | 64.62 | 85.72 | 43.71 | - |
| YUV | 226.14 | 87.28 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 154 | 0.23 | 0 | 0.40 | 0 | 94.46 | 1 | 0.8 |
| Hex | C5 | FF | 9A | 17 | 0 | 28 | 0 | 5E | 64 | 50 |
| Octal | 305 | 377 | 232 | 27 | 0 | 50 | 0 | 136 | 144 | 120 |
| Binary | 11000101 | 11111111 | 10011010 | 10111 | 0 | 101000 | 0 | 1011110 | 1100100 | 1010000 |
Color Harmonies of #C5FF9A
Complementary color
Monochromatic Colors of #C5FF9A
Black with #C5FF9A
Text Example
Text Example
White with #C5FF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF9A; }
p { color: rgb(197,255,154); }
H1.HeaderClassName
{
color: #C5FF9A;
}
.AnyTagClassName
{
color: #C5FF9A;
}
</style>
background-color css
<style>
a { background-color: #C5FF9A; }
a { background-color: rgb(197,255,154); }
div.DivClassName
{
background-color: #C5FF9A;
}
.BgClassName
{
background-color: #C5FF9A;
}
</style>
border-color css
<style>
span { border-color: #C5FF9A; }
span { border-color: rgb(197,255,154); }
td.TdClassName
{
border-color: #C5FF9A;
}
.TagClassName
{
border-color: #C5FF9A;
}
</style>