Shades of Conifer #C5F159
Tints of Conifer #C5F159
RGB
CMYK
RGB Variations
Color information
#C5F159 (or 0xC5F159) is known color: Conifer. HEX triplet: C5, F1 and 59. RGB value is (197,241,89). Sum of RGB (Red+Green+Blue) = 197+241+89=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F159 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F159 is #3A0EA6. Grayscale: #D3D3D3. Windows color (decimal): -3804839 or 5894597. OLE color: 5894597.
HSL color Cylindrical-coordinate representation of color #C5F159: hue angle of 77.37º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5F159 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 89 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.05 |
| HSL | 77.37º | 0.84% | 0.65% | - |
| HSV(B) | 77.37º | 0.63% | 0.95% | - |
| XYZ | 56.28 | 75.5 | 21.06 | - |
| YUV | 210.52 | 59.42 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 89 | 0.18 | 0 | 0.63 | 0.05 | 77.37 | 0.84 | 0.65 |
| Hex | C5 | F1 | 59 | 12 | 0 | 3F | 5 | 4D | 54 | 41 |
| Octal | 305 | 361 | 131 | 22 | 0 | 77 | 5 | 115 | 124 | 101 |
| Binary | 11000101 | 11110001 | 1011001 | 10010 | 0 | 111111 | 101 | 1001101 | 1010100 | 1000001 |
Color Harmonies of #C5F159
Complementary color
Monochromatic Colors of #C5F159
Black with #C5F159
Text Example
Text Example
White with #C5F159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F159; }
p { color: rgb(197,241,89); }
H1.HeaderClassName
{
color: #C5F159;
}
.AnyTagClassName
{
color: #C5F159;
}
</style>
background-color css
<style>
a { background-color: #C5F159; }
a { background-color: rgb(197,241,89); }
div.DivClassName
{
background-color: #C5F159;
}
.BgClassName
{
background-color: #C5F159;
}
</style>
border-color css
<style>
span { border-color: #C5F159; }
span { border-color: rgb(197,241,89); }
td.TdClassName
{
border-color: #C5F159;
}
.TagClassName
{
border-color: #C5F159;
}
</style>