Shades of Conifer #C3D950
Tints of Conifer #C3D950
RGB
CMYK
RGB Variations
Color information
#C3D950 (or 0xC3D950) is known color: Conifer. HEX triplet: C3, D9 and 50. RGB value is (195,217,80). Sum of RGB (Red+Green+Blue) = 195+217+80=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #C3D950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D950 is #3C26AF. Grayscale: #C3C3C3. Windows color (decimal): -3942064 or 5298627. OLE color: 5298627.
HSL color Cylindrical-coordinate representation of color #C3D950: hue angle of 69.64º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3D950 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 217 | 80 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.15 |
| HSL | 69.64º | 0.64% | 0.58% | - |
| HSV(B) | 69.64º | 0.63% | 0.85% | - |
| XYZ | 48.77 | 61.81 | 16.95 | - |
| YUV | 194.8 | 63.21 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 217 | 80 | 0.10 | 0 | 0.63 | 0.15 | 69.64 | 0.64 | 0.58 |
| Hex | C3 | D9 | 50 | A | 0 | 3F | F | 46 | 40 | 3A |
| Octal | 303 | 331 | 120 | 12 | 0 | 77 | 17 | 106 | 100 | 72 |
| Binary | 11000011 | 11011001 | 1010000 | 1010 | 0 | 111111 | 1111 | 1000110 | 1000000 | 111010 |
Color Harmonies of #C3D950
Complementary color
Monochromatic Colors of #C3D950
Black with #C3D950
Text Example
Text Example
White with #C3D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D950; }
p { color: rgb(195,217,80); }
H1.HeaderClassName
{
color: #C3D950;
}
.AnyTagClassName
{
color: #C3D950;
}
</style>
background-color css
<style>
a { background-color: #C3D950; }
a { background-color: rgb(195,217,80); }
div.DivClassName
{
background-color: #C3D950;
}
.BgClassName
{
background-color: #C3D950;
}
</style>
border-color css
<style>
span { border-color: #C3D950; }
span { border-color: rgb(195,217,80); }
td.TdClassName
{
border-color: #C3D950;
}
.TagClassName
{
border-color: #C3D950;
}
</style>