Shades of Conifer #C3E74A
Tints of Conifer #C3E74A
RGB
CMYK
RGB Variations
Color information
#C3E74A (or 0xC3E74A) is known color: Conifer. HEX triplet: C3, E7 and 4A. RGB value is (195,231,74). Sum of RGB (Red+Green+Blue) = 195+231+74=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #C3E74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3E74A is #3C18B5. Grayscale: #CACACA. Windows color (decimal): -3938486 or 4908995. OLE color: 4908995.
HSL color Cylindrical-coordinate representation of color #C3E74A: hue angle of 73.76º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3E74A is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 231 | 74 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.09 |
| HSL | 73.76º | 0.77% | 0.6% | - |
| HSV(B) | 73.76º | 0.68% | 0.91% | - |
| XYZ | 52.32 | 69.25 | 17.09 | - |
| YUV | 202.34 | 55.57 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 231 | 74 | 0.16 | 0 | 0.68 | 0.09 | 73.76 | 0.77 | 0.6 |
| Hex | C3 | E7 | 4A | 10 | 0 | 44 | 9 | 4A | 4D | 3C |
| Octal | 303 | 347 | 112 | 20 | 0 | 104 | 11 | 112 | 115 | 74 |
| Binary | 11000011 | 11100111 | 1001010 | 10000 | 0 | 1000100 | 1001 | 1001010 | 1001101 | 111100 |
Color Harmonies of #C3E74A
Complementary color
Monochromatic Colors of #C3E74A
Black with #C3E74A
Text Example
Text Example
White with #C3E74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E74A; }
p { color: rgb(195,231,74); }
H1.HeaderClassName
{
color: #C3E74A;
}
.AnyTagClassName
{
color: #C3E74A;
}
</style>
background-color css
<style>
a { background-color: #C3E74A; }
a { background-color: rgb(195,231,74); }
div.DivClassName
{
background-color: #C3E74A;
}
.BgClassName
{
background-color: #C3E74A;
}
</style>
border-color css
<style>
span { border-color: #C3E74A; }
span { border-color: rgb(195,231,74); }
td.TdClassName
{
border-color: #C3E74A;
}
.TagClassName
{
border-color: #C3E74A;
}
</style>