Shades of Reef #C5FE95
Tints of Reef #C5FE95
RGB
CMYK
RGB Variations
Color information
#C5FE95 (or 0xC5FE95) is known color: Reef. HEX triplet: C5, FE and 95. RGB value is (197,254,149). Sum of RGB (Red+Green+Blue) = 197+254+149=600 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.83% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FE95 is #3A016A. Grayscale: #E1E1E1. Windows color (decimal): -3801451 or 9830085. OLE color: 9830085.
HSL color Cylindrical-coordinate representation of color #C5FE95: hue angle of 92.57º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5FE95 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 149 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.00 |
| HSL | 92.57º | 0.98% | 0.79% | - |
| HSV(B) | 92.57º | 0.41% | 1% | - |
| XYZ | 63.89 | 84.92 | 41.46 | - |
| YUV | 224.99 | 85.12 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 149 | 0.22 | 0 | 0.41 | 0.00 | 92.57 | 0.98 | 0.79 |
| Hex | C5 | FE | 95 | 16 | 0 | 29 | 0 | 5D | 62 | 4F |
| Octal | 305 | 376 | 225 | 26 | 0 | 51 | 0 | 135 | 142 | 117 |
| Binary | 11000101 | 11111110 | 10010101 | 10110 | 0 | 101001 | 0 | 1011101 | 1100010 | 1001111 |
Color Harmonies of #C5FE95
Complementary color
Monochromatic Colors of #C5FE95
Black with #C5FE95
Text Example
Text Example
White with #C5FE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FE95; }
p { color: rgb(197,254,149); }
H1.HeaderClassName
{
color: #C5FE95;
}
.AnyTagClassName
{
color: #C5FE95;
}
</style>
background-color css
<style>
a { background-color: #C5FE95; }
a { background-color: rgb(197,254,149); }
div.DivClassName
{
background-color: #C5FE95;
}
.BgClassName
{
background-color: #C5FE95;
}
</style>
border-color css
<style>
span { border-color: #C5FE95; }
span { border-color: rgb(197,254,149); }
td.TdClassName
{
border-color: #C5FE95;
}
.TagClassName
{
border-color: #C5FE95;
}
</style>