Shades of Conifer #C3F550
Tints of Conifer #C3F550
RGB
CMYK
RGB Variations
Color information
#C3F550 (or 0xC3F550) is known color: Conifer. HEX triplet: C3, F5 and 50. RGB value is (195,245,80). Sum of RGB (Red+Green+Blue) = 195+245+80=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #C3F550 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F550 is #3C0AAF. Grayscale: #D3D3D3. Windows color (decimal): -3934896 or 5305795. OLE color: 5305795.
HSL color Cylindrical-coordinate representation of color #C3F550: hue angle of 78.18º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3F550 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 245 | 80 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.04 |
| HSL | 78.18º | 0.89% | 0.64% | - |
| HSV(B) | 78.18º | 0.67% | 0.96% | - |
| XYZ | 56.61 | 77.49 | 19.56 | - |
| YUV | 211.24 | 53.94 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 245 | 80 | 0.20 | 0 | 0.67 | 0.04 | 78.18 | 0.89 | 0.64 |
| Hex | C3 | F5 | 50 | 14 | 0 | 43 | 4 | 4E | 59 | 40 |
| Octal | 303 | 365 | 120 | 24 | 0 | 103 | 4 | 116 | 131 | 100 |
| Binary | 11000011 | 11110101 | 1010000 | 10100 | 0 | 1000011 | 100 | 1001110 | 1011001 | 1000000 |
Color Harmonies of #C3F550
Complementary color
Monochromatic Colors of #C3F550
Black with #C3F550
Text Example
Text Example
White with #C3F550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F550; }
p { color: rgb(195,245,80); }
H1.HeaderClassName
{
color: #C3F550;
}
.AnyTagClassName
{
color: #C3F550;
}
</style>
background-color css
<style>
a { background-color: #C3F550; }
a { background-color: rgb(195,245,80); }
div.DivClassName
{
background-color: #C3F550;
}
.BgClassName
{
background-color: #C3F550;
}
</style>
border-color css
<style>
span { border-color: #C3F550; }
span { border-color: rgb(195,245,80); }
td.TdClassName
{
border-color: #C3F550;
}
.TagClassName
{
border-color: #C3F550;
}
</style>