Shades of Conifer #C3E35F
Tints of Conifer #C3E35F
RGB
CMYK
RGB Variations
Color information
#C3E35F (or 0xC3E35F) is known color: Conifer. HEX triplet: C3, E3 and 5F. RGB value is (195,227,95). Sum of RGB (Red+Green+Blue) = 195+227+95=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #C3E35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3E35F is #3C1CA0. Grayscale: #CACACA. Windows color (decimal): -3939489 or 6284227. OLE color: 6284227.
HSL color Cylindrical-coordinate representation of color #C3E35F: hue angle of 74.55º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3E35F is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 227 | 95 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.11 |
| HSL | 74.55º | 0.7% | 0.63% | - |
| HSV(B) | 74.55º | 0.58% | 0.89% | - |
| XYZ | 52.04 | 67.37 | 21.09 | - |
| YUV | 202.38 | 67.4 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 227 | 95 | 0.14 | 0 | 0.58 | 0.11 | 74.55 | 0.7 | 0.63 |
| Hex | C3 | E3 | 5F | E | 0 | 3A | B | 4B | 46 | 3F |
| Octal | 303 | 343 | 137 | 16 | 0 | 72 | 13 | 113 | 106 | 77 |
| Binary | 11000011 | 11100011 | 1011111 | 1110 | 0 | 111010 | 1011 | 1001011 | 1000110 | 111111 |
Color Harmonies of #C3E35F
Complementary color
Monochromatic Colors of #C3E35F
Black with #C3E35F
Text Example
Text Example
White with #C3E35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E35F; }
p { color: rgb(195,227,95); }
H1.HeaderClassName
{
color: #C3E35F;
}
.AnyTagClassName
{
color: #C3E35F;
}
</style>
background-color css
<style>
a { background-color: #C3E35F; }
a { background-color: rgb(195,227,95); }
div.DivClassName
{
background-color: #C3E35F;
}
.BgClassName
{
background-color: #C3E35F;
}
</style>
border-color css
<style>
span { border-color: #C3E35F; }
span { border-color: rgb(195,227,95); }
td.TdClassName
{
border-color: #C3E35F;
}
.TagClassName
{
border-color: #C3E35F;
}
</style>