Shades of Conifer #C3F149
Tints of Conifer #C3F149
RGB
CMYK
RGB Variations
Color information
#C3F149 (or 0xC3F149) is known color: Conifer. HEX triplet: C3, F1 and 49. RGB value is (195,241,73). Sum of RGB (Red+Green+Blue) = 195+241+73=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F149 is #3C0EB6. Grayscale: #D0D0D0. Windows color (decimal): -3935927 or 4846019. OLE color: 4846019.
HSL color Cylindrical-coordinate representation of color #C3F149: hue angle of 76.43º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3F149 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 73 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.05 |
| HSL | 76.43º | 0.86% | 0.62% | - |
| HSV(B) | 76.43º | 0.7% | 0.95% | - |
| XYZ | 55.16 | 74.99 | 17.87 | - |
| YUV | 208.09 | 51.76 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 73 | 0.19 | 0 | 0.70 | 0.05 | 76.43 | 0.86 | 0.62 |
| Hex | C3 | F1 | 49 | 13 | 0 | 46 | 5 | 4C | 56 | 3E |
| Octal | 303 | 361 | 111 | 23 | 0 | 106 | 5 | 114 | 126 | 76 |
| Binary | 11000011 | 11110001 | 1001001 | 10011 | 0 | 1000110 | 101 | 1001100 | 1010110 | 111110 |
Color Harmonies of #C3F149
Complementary color
Monochromatic Colors of #C3F149
Black with #C3F149
Text Example
Text Example
White with #C3F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F149; }
p { color: rgb(195,241,73); }
H1.HeaderClassName
{
color: #C3F149;
}
.AnyTagClassName
{
color: #C3F149;
}
</style>
background-color css
<style>
a { background-color: #C3F149; }
a { background-color: rgb(195,241,73); }
div.DivClassName
{
background-color: #C3F149;
}
.BgClassName
{
background-color: #C3F149;
}
</style>
border-color css
<style>
span { border-color: #C3F149; }
span { border-color: rgb(195,241,73); }
td.TdClassName
{
border-color: #C3F149;
}
.TagClassName
{
border-color: #C3F149;
}
</style>