Shades of Reef #C5FA95
Tints of Reef #C5FA95
RGB
CMYK
RGB Variations
Color information
#C5FA95 (or 0xC5FA95) is known color: Reef. HEX triplet: C5, FA and 95. RGB value is (197,250,149). Sum of RGB (Red+Green+Blue) = 197+250+149=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FA95 is #3A056A. Grayscale: #DEDEDE. Windows color (decimal): -3802475 or 9829061. OLE color: 9829061.
HSL color Cylindrical-coordinate representation of color #C5FA95: hue angle of 91.49º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5FA95 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 149 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.02 |
| HSL | 91.49º | 0.91% | 0.78% | - |
| HSV(B) | 91.49º | 0.4% | 0.98% | - |
| XYZ | 62.64 | 82.41 | 41.04 | - |
| YUV | 222.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 149 | 0.21 | 0 | 0.40 | 0.02 | 91.49 | 0.91 | 0.78 |
| Hex | C5 | FA | 95 | 15 | 0 | 28 | 2 | 5B | 5B | 4E |
| Octal | 305 | 372 | 225 | 25 | 0 | 50 | 2 | 133 | 133 | 116 |
| Binary | 11000101 | 11111010 | 10010101 | 10101 | 0 | 101000 | 10 | 1011011 | 1011011 | 1001110 |
Color Harmonies of #C5FA95
Complementary color
Monochromatic Colors of #C5FA95
Black with #C5FA95
Text Example
Text Example
White with #C5FA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA95; }
p { color: rgb(197,250,149); }
H1.HeaderClassName
{
color: #C5FA95;
}
.AnyTagClassName
{
color: #C5FA95;
}
</style>
background-color css
<style>
a { background-color: #C5FA95; }
a { background-color: rgb(197,250,149); }
div.DivClassName
{
background-color: #C5FA95;
}
.BgClassName
{
background-color: #C5FA95;
}
</style>
border-color css
<style>
span { border-color: #C5FA95; }
span { border-color: rgb(197,250,149); }
td.TdClassName
{
border-color: #C5FA95;
}
.TagClassName
{
border-color: #C5FA95;
}
</style>