Shades of Reef #C5F991
Tints of Reef #C5F991
RGB
CMYK
RGB Variations
Color information
#C5F991 (or 0xC5F991) is known color: Reef. HEX triplet: C5, F9 and 91. RGB value is (197,249,145). Sum of RGB (Red+Green+Blue) = 197+249+145=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F991 is #3A066E. Grayscale: #DDDDDD. Windows color (decimal): -3802735 or 9566661. OLE color: 9566661.
HSL color Cylindrical-coordinate representation of color #C5F991: hue angle of 90º degrees, saturation: 0.9, 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 #C5F991 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 249 | 145 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.02 |
| HSL | 90º | 0.9% | 0.77% | - |
| HSV(B) | 90º | 0.42% | 0.98% | - |
| XYZ | 62.01 | 81.67 | 39.28 | - |
| YUV | 221.6 | 84.77 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 249 | 145 | 0.21 | 0 | 0.42 | 0.02 | 90 | 0.9 | 0.77 |
| Hex | C5 | F9 | 91 | 15 | 0 | 2A | 2 | 5A | 5A | 4D |
| Octal | 305 | 371 | 221 | 25 | 0 | 52 | 2 | 132 | 132 | 115 |
| Binary | 11000101 | 11111001 | 10010001 | 10101 | 0 | 101010 | 10 | 1011010 | 1011010 | 1001101 |
Color Harmonies of #C5F991
Complementary color
Monochromatic Colors of #C5F991
Black with #C5F991
Text Example
Text Example
White with #C5F991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F991; }
p { color: rgb(197,249,145); }
H1.HeaderClassName
{
color: #C5F991;
}
.AnyTagClassName
{
color: #C5F991;
}
</style>
background-color css
<style>
a { background-color: #C5F991; }
a { background-color: rgb(197,249,145); }
div.DivClassName
{
background-color: #C5F991;
}
.BgClassName
{
background-color: #C5F991;
}
</style>
border-color css
<style>
span { border-color: #C5F991; }
span { border-color: rgb(197,249,145); }
td.TdClassName
{
border-color: #C5F991;
}
.TagClassName
{
border-color: #C5F991;
}
</style>