Shades of Conifer #C3FA5E
Tints of Conifer #C3FA5E
RGB
CMYK
RGB Variations
Color information
#C3FA5E (or 0xC3FA5E) is known color: Conifer. HEX triplet: C3, FA and 5E. RGB value is (195,250,94). Sum of RGB (Red+Green+Blue) = 195+250+94=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FA5E is #3C05A1. Grayscale: #D8D8D8. Windows color (decimal): -3933602 or 6224579. OLE color: 6224579.
HSL color Cylindrical-coordinate representation of color #C3FA5E: hue angle of 81.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3FA5E is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 250 | 94 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.02 |
| HSL | 81.15º | 0.94% | 0.67% | - |
| HSV(B) | 81.15º | 0.62% | 0.98% | - |
| XYZ | 58.71 | 80.78 | 23.09 | - |
| YUV | 215.77 | 59.28 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 250 | 94 | 0.22 | 0 | 0.62 | 0.02 | 81.15 | 0.94 | 0.67 |
| Hex | C3 | FA | 5E | 16 | 0 | 3E | 2 | 51 | 5E | 43 |
| Octal | 303 | 372 | 136 | 26 | 0 | 76 | 2 | 121 | 136 | 103 |
| Binary | 11000011 | 11111010 | 1011110 | 10110 | 0 | 111110 | 10 | 1010001 | 1011110 | 1000011 |
Color Harmonies of #C3FA5E
Complementary color
Monochromatic Colors of #C3FA5E
Black with #C3FA5E
Text Example
Text Example
White with #C3FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FA5E; }
p { color: rgb(195,250,94); }
H1.HeaderClassName
{
color: #C3FA5E;
}
.AnyTagClassName
{
color: #C3FA5E;
}
</style>
background-color css
<style>
a { background-color: #C3FA5E; }
a { background-color: rgb(195,250,94); }
div.DivClassName
{
background-color: #C3FA5E;
}
.BgClassName
{
background-color: #C3FA5E;
}
</style>
border-color css
<style>
span { border-color: #C3FA5E; }
span { border-color: rgb(195,250,94); }
td.TdClassName
{
border-color: #C3FA5E;
}
.TagClassName
{
border-color: #C3FA5E;
}
</style>