Shades of Conifer #C3FA5D
Tints of Conifer #C3FA5D
RGB
CMYK
RGB Variations
Color information
#C3FA5D (or 0xC3FA5D) is known color: Conifer. HEX triplet: C3, FA and 5D. RGB value is (195,250,93). Sum of RGB (Red+Green+Blue) = 195+250+93=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FA5D is #3C05A2. Grayscale: #D8D8D8. Windows color (decimal): -3933603 or 6159043. OLE color: 6159043.
HSL color Cylindrical-coordinate representation of color #C3FA5D: hue angle of 81.02º degrees, saturation: 0.94, 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 #C3FA5D is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 250 | 93 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.02 |
| HSL | 81.02º | 0.94% | 0.67% | - |
| HSV(B) | 81.02º | 0.63% | 0.98% | - |
| XYZ | 58.67 | 80.76 | 22.85 | - |
| YUV | 215.66 | 58.78 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 250 | 93 | 0.22 | 0 | 0.63 | 0.02 | 81.02 | 0.94 | 0.67 |
| Hex | C3 | FA | 5D | 16 | 0 | 3F | 2 | 51 | 5E | 43 |
| Octal | 303 | 372 | 135 | 26 | 0 | 77 | 2 | 121 | 136 | 103 |
| Binary | 11000011 | 11111010 | 1011101 | 10110 | 0 | 111111 | 10 | 1010001 | 1011110 | 1000011 |
Color Harmonies of #C3FA5D
Complementary color
Monochromatic Colors of #C3FA5D
Black with #C3FA5D
Text Example
Text Example
White with #C3FA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FA5D; }
p { color: rgb(195,250,93); }
H1.HeaderClassName
{
color: #C3FA5D;
}
.AnyTagClassName
{
color: #C3FA5D;
}
</style>
background-color css
<style>
a { background-color: #C3FA5D; }
a { background-color: rgb(195,250,93); }
div.DivClassName
{
background-color: #C3FA5D;
}
.BgClassName
{
background-color: #C3FA5D;
}
</style>
border-color css
<style>
span { border-color: #C3FA5D; }
span { border-color: rgb(195,250,93); }
td.TdClassName
{
border-color: #C3FA5D;
}
.TagClassName
{
border-color: #C3FA5D;
}
</style>