Shades of Conifer #C3E660
Tints of Conifer #C3E660
RGB
CMYK
RGB Variations
Color information
#C3E660 (or 0xC3E660) is known color: Conifer. HEX triplet: C3, E6 and 60. RGB value is (195,230,96). Sum of RGB (Red+Green+Blue) = 195+230+96=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #C3E660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3E660 is #3C199F. Grayscale: #CCCCCC. Windows color (decimal): -3938720 or 6350531. OLE color: 6350531.
HSL color Cylindrical-coordinate representation of color #C3E660: hue angle of 75.67º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3E660 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 230 | 96 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.10 |
| HSL | 75.67º | 0.73% | 0.64% | - |
| HSV(B) | 75.67º | 0.58% | 0.9% | - |
| XYZ | 52.91 | 69.04 | 21.6 | - |
| YUV | 204.26 | 66.9 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 230 | 96 | 0.15 | 0 | 0.58 | 0.10 | 75.67 | 0.73 | 0.64 |
| Hex | C3 | E6 | 60 | F | 0 | 3A | A | 4C | 49 | 40 |
| Octal | 303 | 346 | 140 | 17 | 0 | 72 | 12 | 114 | 111 | 100 |
| Binary | 11000011 | 11100110 | 1100000 | 1111 | 0 | 111010 | 1010 | 1001100 | 1001001 | 1000000 |
Color Harmonies of #C3E660
Complementary color
Monochromatic Colors of #C3E660
Black with #C3E660
Text Example
Text Example
White with #C3E660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E660; }
p { color: rgb(195,230,96); }
H1.HeaderClassName
{
color: #C3E660;
}
.AnyTagClassName
{
color: #C3E660;
}
</style>
background-color css
<style>
a { background-color: #C3E660; }
a { background-color: rgb(195,230,96); }
div.DivClassName
{
background-color: #C3E660;
}
.BgClassName
{
background-color: #C3E660;
}
</style>
border-color css
<style>
span { border-color: #C3E660; }
span { border-color: rgb(195,230,96); }
td.TdClassName
{
border-color: #C3E660;
}
.TagClassName
{
border-color: #C3E660;
}
</style>