Shades of Conifer #C3FA4A
Tints of Conifer #C3FA4A
RGB
CMYK
RGB Variations
Color information
#C3FA4A (or 0xC3FA4A) is known color: Conifer. HEX triplet: C3, FA and 4A. RGB value is (195,250,74). Sum of RGB (Red+Green+Blue) = 195+250+74=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3FA4A is #3C05B5. Grayscale: #D6D6D6. Windows color (decimal): -3933622 or 4913859. OLE color: 4913859.
HSL color Cylindrical-coordinate representation of color #C3FA4A: hue angle of 78.75º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3FA4A is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 250 | 74 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.02 |
| HSL | 78.75º | 0.95% | 0.64% | - |
| HSV(B) | 78.75º | 0.7% | 0.98% | - |
| XYZ | 57.93 | 80.47 | 18.96 | - |
| YUV | 213.49 | 49.28 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 250 | 74 | 0.22 | 0 | 0.70 | 0.02 | 78.75 | 0.95 | 0.64 |
| Hex | C3 | FA | 4A | 16 | 0 | 46 | 2 | 4F | 5F | 40 |
| Octal | 303 | 372 | 112 | 26 | 0 | 106 | 2 | 117 | 137 | 100 |
| Binary | 11000011 | 11111010 | 1001010 | 10110 | 0 | 1000110 | 10 | 1001111 | 1011111 | 1000000 |
Color Harmonies of #C3FA4A
Complementary color
Monochromatic Colors of #C3FA4A
Black with #C3FA4A
Text Example
Text Example
White with #C3FA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FA4A; }
p { color: rgb(195,250,74); }
H1.HeaderClassName
{
color: #C3FA4A;
}
.AnyTagClassName
{
color: #C3FA4A;
}
</style>
background-color css
<style>
a { background-color: #C3FA4A; }
a { background-color: rgb(195,250,74); }
div.DivClassName
{
background-color: #C3FA4A;
}
.BgClassName
{
background-color: #C3FA4A;
}
</style>
border-color css
<style>
span { border-color: #C3FA4A; }
span { border-color: rgb(195,250,74); }
td.TdClassName
{
border-color: #C3FA4A;
}
.TagClassName
{
border-color: #C3FA4A;
}
</style>