Shades of Conifer #C5F949
Tints of Conifer #C5F949
RGB
CMYK
RGB Variations
Color information
#C5F949 (or 0xC5F949) is known color: Conifer. HEX triplet: C5, F9 and 49. RGB value is (197,249,73). Sum of RGB (Red+Green+Blue) = 197+249+73=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F949 is #3A06B6. Grayscale: #D6D6D6. Windows color (decimal): -3802807 or 4848069. OLE color: 4848069.
HSL color Cylindrical-coordinate representation of color #C5F949: hue angle of 77.73º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5F949 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 249 | 73 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.02 |
| HSL | 77.73º | 0.94% | 0.63% | - |
| HSV(B) | 77.73º | 0.71% | 0.98% | - |
| XYZ | 58.1 | 80.1 | 18.7 | - |
| YUV | 213.39 | 48.77 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 249 | 73 | 0.21 | 0 | 0.71 | 0.02 | 77.73 | 0.94 | 0.63 |
| Hex | C5 | F9 | 49 | 15 | 0 | 47 | 2 | 4E | 5E | 3F |
| Octal | 305 | 371 | 111 | 25 | 0 | 107 | 2 | 116 | 136 | 77 |
| Binary | 11000101 | 11111001 | 1001001 | 10101 | 0 | 1000111 | 10 | 1001110 | 1011110 | 111111 |
Color Harmonies of #C5F949
Complementary color
Monochromatic Colors of #C5F949
Black with #C5F949
Text Example
Text Example
White with #C5F949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F949; }
p { color: rgb(197,249,73); }
H1.HeaderClassName
{
color: #C5F949;
}
.AnyTagClassName
{
color: #C5F949;
}
</style>
background-color css
<style>
a { background-color: #C5F949; }
a { background-color: rgb(197,249,73); }
div.DivClassName
{
background-color: #C5F949;
}
.BgClassName
{
background-color: #C5F949;
}
</style>
border-color css
<style>
span { border-color: #C5F949; }
span { border-color: rgb(197,249,73); }
td.TdClassName
{
border-color: #C5F949;
}
.TagClassName
{
border-color: #C5F949;
}
</style>