Shades of Conifer #C3F360
Tints of Conifer #C3F360
RGB
CMYK
RGB Variations
Color information
#C3F360 (or 0xC3F360) is known color: Conifer. HEX triplet: C3, F3 and 60. RGB value is (195,243,96). Sum of RGB (Red+Green+Blue) = 195+243+96=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F360 is #3C0C9F. Grayscale: #D4D4D4. Windows color (decimal): -3935392 or 6353859. OLE color: 6353859.
HSL color Cylindrical-coordinate representation of color #C3F360: hue angle of 79.59º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3F360 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 243 | 96 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.05 |
| HSL | 79.59º | 0.86% | 0.66% | - |
| HSV(B) | 79.59º | 0.6% | 0.95% | - |
| XYZ | 56.67 | 76.55 | 22.85 | - |
| YUV | 211.89 | 62.6 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 243 | 96 | 0.20 | 0 | 0.60 | 0.05 | 79.59 | 0.86 | 0.66 |
| Hex | C3 | F3 | 60 | 14 | 0 | 3C | 5 | 50 | 56 | 42 |
| Octal | 303 | 363 | 140 | 24 | 0 | 74 | 5 | 120 | 126 | 102 |
| Binary | 11000011 | 11110011 | 1100000 | 10100 | 0 | 111100 | 101 | 1010000 | 1010110 | 1000010 |
Color Harmonies of #C3F360
Complementary color
Monochromatic Colors of #C3F360
Black with #C3F360
Text Example
Text Example
White with #C3F360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F360; }
p { color: rgb(195,243,96); }
H1.HeaderClassName
{
color: #C3F360;
}
.AnyTagClassName
{
color: #C3F360;
}
</style>
background-color css
<style>
a { background-color: #C3F360; }
a { background-color: rgb(195,243,96); }
div.DivClassName
{
background-color: #C3F360;
}
.BgClassName
{
background-color: #C3F360;
}
</style>
border-color css
<style>
span { border-color: #C3F360; }
span { border-color: rgb(195,243,96); }
td.TdClassName
{
border-color: #C3F360;
}
.TagClassName
{
border-color: #C3F360;
}
</style>