Shades of Conifer #C3FC5C
Tints of Conifer #C3FC5C
RGB
CMYK
RGB Variations
Color information
#C3FC5C (or 0xC3FC5C) is known color: Conifer. HEX triplet: C3, FC and 5C. RGB value is (195,252,92). Sum of RGB (Red+Green+Blue) = 195+252+92=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FC5C is #3C03A3. Grayscale: #D9D9D9. Windows color (decimal): -3933092 or 6094019. OLE color: 6094019.
HSL color Cylindrical-coordinate representation of color #C3FC5C: hue angle of 81.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3FC5C is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 252 | 92 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.01 |
| HSL | 81.38º | 0.96% | 0.67% | - |
| HSV(B) | 81.38º | 0.63% | 0.99% | - |
| XYZ | 59.25 | 82 | 22.83 | - |
| YUV | 216.72 | 57.62 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 252 | 92 | 0.23 | 0 | 0.63 | 0.01 | 81.38 | 0.96 | 0.67 |
| Hex | C3 | FC | 5C | 17 | 0 | 3F | 1 | 51 | 60 | 43 |
| Octal | 303 | 374 | 134 | 27 | 0 | 77 | 1 | 121 | 140 | 103 |
| Binary | 11000011 | 11111100 | 1011100 | 10111 | 0 | 111111 | 1 | 1010001 | 1100000 | 1000011 |
Color Harmonies of #C3FC5C
Complementary color
Monochromatic Colors of #C3FC5C
Black with #C3FC5C
Text Example
Text Example
White with #C3FC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FC5C; }
p { color: rgb(195,252,92); }
H1.HeaderClassName
{
color: #C3FC5C;
}
.AnyTagClassName
{
color: #C3FC5C;
}
</style>
background-color css
<style>
a { background-color: #C3FC5C; }
a { background-color: rgb(195,252,92); }
div.DivClassName
{
background-color: #C3FC5C;
}
.BgClassName
{
background-color: #C3FC5C;
}
</style>
border-color css
<style>
span { border-color: #C3FC5C; }
span { border-color: rgb(195,252,92); }
td.TdClassName
{
border-color: #C3FC5C;
}
.TagClassName
{
border-color: #C3FC5C;
}
</style>