Shades of Conifer #C3F352
Tints of Conifer #C3F352
RGB
CMYK
RGB Variations
Color information
#C3F352 (or 0xC3F352) is known color: Conifer. HEX triplet: C3, F3 and 52. RGB value is (195,243,82). Sum of RGB (Red+Green+Blue) = 195+243+82=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F352 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F352 is #3C0CAD. Grayscale: #D2D2D2. Windows color (decimal): -3935406 or 5436355. OLE color: 5436355.
HSL color Cylindrical-coordinate representation of color #C3F352: hue angle of 77.89º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3F352 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 243 | 82 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.05 |
| HSL | 77.89º | 0.87% | 0.64% | - |
| HSV(B) | 77.89º | 0.66% | 0.95% | - |
| XYZ | 56.08 | 76.31 | 19.76 | - |
| YUV | 210.29 | 55.6 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 243 | 82 | 0.20 | 0 | 0.66 | 0.05 | 77.89 | 0.87 | 0.64 |
| Hex | C3 | F3 | 52 | 14 | 0 | 42 | 5 | 4E | 57 | 40 |
| Octal | 303 | 363 | 122 | 24 | 0 | 102 | 5 | 116 | 127 | 100 |
| Binary | 11000011 | 11110011 | 1010010 | 10100 | 0 | 1000010 | 101 | 1001110 | 1010111 | 1000000 |
Color Harmonies of #C3F352
Complementary color
Monochromatic Colors of #C3F352
Black with #C3F352
Text Example
Text Example
White with #C3F352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F352; }
p { color: rgb(195,243,82); }
H1.HeaderClassName
{
color: #C3F352;
}
.AnyTagClassName
{
color: #C3F352;
}
</style>
background-color css
<style>
a { background-color: #C3F352; }
a { background-color: rgb(195,243,82); }
div.DivClassName
{
background-color: #C3F352;
}
.BgClassName
{
background-color: #C3F352;
}
</style>
border-color css
<style>
span { border-color: #C3F352; }
span { border-color: rgb(195,243,82); }
td.TdClassName
{
border-color: #C3F352;
}
.TagClassName
{
border-color: #C3F352;
}
</style>