Shades of Conifer #C3F95C
Tints of Conifer #C3F95C
RGB
CMYK
RGB Variations
Color information
#C3F95C (or 0xC3F95C) is known color: Conifer. HEX triplet: C3, F9 and 5C. RGB value is (195,249,92). Sum of RGB (Red+Green+Blue) = 195+249+92=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #C3F95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F95C is #3C06A3. Grayscale: #D7D7D7. Windows color (decimal): -3933860 or 6093251. OLE color: 6093251.
HSL color Cylindrical-coordinate representation of color #C3F95C: hue angle of 80.64º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3F95C is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 249 | 92 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.02 |
| HSL | 80.64º | 0.93% | 0.67% | - |
| HSV(B) | 80.64º | 0.63% | 0.98% | - |
| XYZ | 58.31 | 80.13 | 22.52 | - |
| YUV | 214.96 | 58.61 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 249 | 92 | 0.22 | 0 | 0.63 | 0.02 | 80.64 | 0.93 | 0.67 |
| Hex | C3 | F9 | 5C | 16 | 0 | 3F | 2 | 51 | 5D | 43 |
| Octal | 303 | 371 | 134 | 26 | 0 | 77 | 2 | 121 | 135 | 103 |
| Binary | 11000011 | 11111001 | 1011100 | 10110 | 0 | 111111 | 10 | 1010001 | 1011101 | 1000011 |
Color Harmonies of #C3F95C
Complementary color
Monochromatic Colors of #C3F95C
Black with #C3F95C
Text Example
Text Example
White with #C3F95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F95C; }
p { color: rgb(195,249,92); }
H1.HeaderClassName
{
color: #C3F95C;
}
.AnyTagClassName
{
color: #C3F95C;
}
</style>
background-color css
<style>
a { background-color: #C3F95C; }
a { background-color: rgb(195,249,92); }
div.DivClassName
{
background-color: #C3F95C;
}
.BgClassName
{
background-color: #C3F95C;
}
</style>
border-color css
<style>
span { border-color: #C3F95C; }
span { border-color: rgb(195,249,92); }
td.TdClassName
{
border-color: #C3F95C;
}
.TagClassName
{
border-color: #C3F95C;
}
</style>