Shades of Conifer #C3EB55
Tints of Conifer #C3EB55
RGB
CMYK
RGB Variations
Color information
#C3EB55 (or 0xC3EB55) is known color: Conifer. HEX triplet: C3, EB and 55. RGB value is (195,235,85). Sum of RGB (Red+Green+Blue) = 195+235+85=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #C3EB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EB55 is #3C14AA. Grayscale: #CECECE. Windows color (decimal): -3937451 or 5630915. OLE color: 5630915.
HSL color Cylindrical-coordinate representation of color #C3EB55: hue angle of 76º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3EB55 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 235 | 85 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.08 |
| HSL | 76º | 0.79% | 0.63% | - |
| HSV(B) | 76º | 0.64% | 0.92% | - |
| XYZ | 53.85 | 71.67 | 19.59 | - |
| YUV | 205.94 | 59.75 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 235 | 85 | 0.17 | 0 | 0.64 | 0.08 | 76 | 0.79 | 0.63 |
| Hex | C3 | EB | 55 | 11 | 0 | 40 | 8 | 4C | 4F | 3F |
| Octal | 303 | 353 | 125 | 21 | 0 | 100 | 10 | 114 | 117 | 77 |
| Binary | 11000011 | 11101011 | 1010101 | 10001 | 0 | 1000000 | 1000 | 1001100 | 1001111 | 111111 |
Color Harmonies of #C3EB55
Complementary color
Monochromatic Colors of #C3EB55
Black with #C3EB55
Text Example
Text Example
White with #C3EB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EB55; }
p { color: rgb(195,235,85); }
H1.HeaderClassName
{
color: #C3EB55;
}
.AnyTagClassName
{
color: #C3EB55;
}
</style>
background-color css
<style>
a { background-color: #C3EB55; }
a { background-color: rgb(195,235,85); }
div.DivClassName
{
background-color: #C3EB55;
}
.BgClassName
{
background-color: #C3EB55;
}
</style>
border-color css
<style>
span { border-color: #C3EB55; }
span { border-color: rgb(195,235,85); }
td.TdClassName
{
border-color: #C3EB55;
}
.TagClassName
{
border-color: #C3EB55;
}
</style>