Shades of Reef #C5FA91
Tints of Reef #C5FA91
RGB
CMYK
RGB Variations
Color information
#C5FA91 (or 0xC5FA91) is known color: Reef. HEX triplet: C5, FA and 91. RGB value is (197,250,145). Sum of RGB (Red+Green+Blue) = 197+250+145=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 145 (57.03% from 255 or 24.49% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FA91 is #3A056E. Grayscale: #DEDEDE. Windows color (decimal): -3802479 or 9566917. OLE color: 9566917.
HSL color Cylindrical-coordinate representation of color #C5FA91: hue angle of 90.29º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5FA91 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 145 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.02 |
| HSL | 90.29º | 0.91% | 0.77% | - |
| HSV(B) | 90.29º | 0.42% | 0.98% | - |
| XYZ | 62.32 | 82.29 | 39.39 | - |
| YUV | 222.18 | 84.44 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 145 | 0.21 | 0 | 0.42 | 0.02 | 90.29 | 0.91 | 0.77 |
| Hex | C5 | FA | 91 | 15 | 0 | 2A | 2 | 5A | 5B | 4D |
| Octal | 305 | 372 | 221 | 25 | 0 | 52 | 2 | 132 | 133 | 115 |
| Binary | 11000101 | 11111010 | 10010001 | 10101 | 0 | 101010 | 10 | 1011010 | 1011011 | 1001101 |
Color Harmonies of #C5FA91
Complementary color
Monochromatic Colors of #C5FA91
Black with #C5FA91
Text Example
Text Example
White with #C5FA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA91; }
p { color: rgb(197,250,145); }
H1.HeaderClassName
{
color: #C5FA91;
}
.AnyTagClassName
{
color: #C5FA91;
}
</style>
background-color css
<style>
a { background-color: #C5FA91; }
a { background-color: rgb(197,250,145); }
div.DivClassName
{
background-color: #C5FA91;
}
.BgClassName
{
background-color: #C5FA91;
}
</style>
border-color css
<style>
span { border-color: #C5FA91; }
span { border-color: rgb(197,250,145); }
td.TdClassName
{
border-color: #C5FA91;
}
.TagClassName
{
border-color: #C5FA91;
}
</style>