Shades of Conifer #C3E955
Tints of Conifer #C3E955
RGB
CMYK
RGB Variations
Color information
#C3E955 (or 0xC3E955) is known color: Conifer. HEX triplet: C3, E9 and 55. RGB value is (195,233,85). Sum of RGB (Red+Green+Blue) = 195+233+85=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #C3E955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3E955 is #3C16AA. Grayscale: #CDCDCD. Windows color (decimal): -3937963 or 5630403. OLE color: 5630403.
HSL color Cylindrical-coordinate representation of color #C3E955: hue angle of 75.41º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3E955 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 233 | 85 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.09 |
| HSL | 75.41º | 0.77% | 0.62% | - |
| HSV(B) | 75.41º | 0.64% | 0.91% | - |
| XYZ | 53.28 | 70.54 | 19.4 | - |
| YUV | 204.77 | 60.41 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 233 | 85 | 0.16 | 0 | 0.64 | 0.09 | 75.41 | 0.77 | 0.62 |
| Hex | C3 | E9 | 55 | 10 | 0 | 40 | 9 | 4B | 4D | 3E |
| Octal | 303 | 351 | 125 | 20 | 0 | 100 | 11 | 113 | 115 | 76 |
| Binary | 11000011 | 11101001 | 1010101 | 10000 | 0 | 1000000 | 1001 | 1001011 | 1001101 | 111110 |
Color Harmonies of #C3E955
Complementary color
Monochromatic Colors of #C3E955
Black with #C3E955
Text Example
Text Example
White with #C3E955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E955; }
p { color: rgb(195,233,85); }
H1.HeaderClassName
{
color: #C3E955;
}
.AnyTagClassName
{
color: #C3E955;
}
</style>
background-color css
<style>
a { background-color: #C3E955; }
a { background-color: rgb(195,233,85); }
div.DivClassName
{
background-color: #C3E955;
}
.BgClassName
{
background-color: #C3E955;
}
</style>
border-color css
<style>
span { border-color: #C3E955; }
span { border-color: rgb(195,233,85); }
td.TdClassName
{
border-color: #C3E955;
}
.TagClassName
{
border-color: #C3E955;
}
</style>