Shades of Conifer #C3E45A
Tints of Conifer #C3E45A
RGB
CMYK
RGB Variations
Color information
#C3E45A (or 0xC3E45A) is known color: Conifer. HEX triplet: C3, E4 and 5A. RGB value is (195,228,90). Sum of RGB (Red+Green+Blue) = 195+228+90=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #C3E45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3E45A is #3C1BA5. Grayscale: #CACACA. Windows color (decimal): -3939238 or 5956803. OLE color: 5956803.
HSL color Cylindrical-coordinate representation of color #C3E45A: hue angle of 74.35º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3E45A is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 228 | 90 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.11 |
| HSL | 74.35º | 0.72% | 0.62% | - |
| HSV(B) | 74.35º | 0.61% | 0.89% | - |
| XYZ | 52.09 | 67.83 | 20.02 | - |
| YUV | 202.4 | 64.57 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 228 | 90 | 0.14 | 0 | 0.61 | 0.11 | 74.35 | 0.72 | 0.62 |
| Hex | C3 | E4 | 5A | E | 0 | 3D | B | 4A | 48 | 3E |
| Octal | 303 | 344 | 132 | 16 | 0 | 75 | 13 | 112 | 110 | 76 |
| Binary | 11000011 | 11100100 | 1011010 | 1110 | 0 | 111101 | 1011 | 1001010 | 1001000 | 111110 |
Color Harmonies of #C3E45A
Complementary color
Monochromatic Colors of #C3E45A
Black with #C3E45A
Text Example
Text Example
White with #C3E45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E45A; }
p { color: rgb(195,228,90); }
H1.HeaderClassName
{
color: #C3E45A;
}
.AnyTagClassName
{
color: #C3E45A;
}
</style>
background-color css
<style>
a { background-color: #C3E45A; }
a { background-color: rgb(195,228,90); }
div.DivClassName
{
background-color: #C3E45A;
}
.BgClassName
{
background-color: #C3E45A;
}
</style>
border-color css
<style>
span { border-color: #C3E45A; }
span { border-color: rgb(195,228,90); }
td.TdClassName
{
border-color: #C3E45A;
}
.TagClassName
{
border-color: #C3E45A;
}
</style>