Shades of Conifer #C3EA55
Tints of Conifer #C3EA55
RGB
CMYK
RGB Variations
Color information
#C3EA55 (or 0xC3EA55) is known color: Conifer. HEX triplet: C3, EA and 55. RGB value is (195,234,85). Sum of RGB (Red+Green+Blue) = 195+234+85=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EA55 is #3C15AA. Grayscale: #CDCDCD. Windows color (decimal): -3937707 or 5630659. OLE color: 5630659.
HSL color Cylindrical-coordinate representation of color #C3EA55: hue angle of 75.7º degrees, saturation: 0.78, 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 #C3EA55 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 234 | 85 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.08 |
| HSL | 75.7º | 0.78% | 0.63% | - |
| HSV(B) | 75.7º | 0.64% | 0.92% | - |
| XYZ | 53.57 | 71.1 | 19.5 | - |
| YUV | 205.35 | 60.08 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 234 | 85 | 0.17 | 0 | 0.64 | 0.08 | 75.7 | 0.78 | 0.63 |
| Hex | C3 | EA | 55 | 11 | 0 | 40 | 8 | 4C | 4E | 3F |
| Octal | 303 | 352 | 125 | 21 | 0 | 100 | 10 | 114 | 116 | 77 |
| Binary | 11000011 | 11101010 | 1010101 | 10001 | 0 | 1000000 | 1000 | 1001100 | 1001110 | 111111 |
Color Harmonies of #C3EA55
Complementary color
Monochromatic Colors of #C3EA55
Black with #C3EA55
Text Example
Text Example
White with #C3EA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EA55; }
p { color: rgb(195,234,85); }
H1.HeaderClassName
{
color: #C3EA55;
}
.AnyTagClassName
{
color: #C3EA55;
}
</style>
background-color css
<style>
a { background-color: #C3EA55; }
a { background-color: rgb(195,234,85); }
div.DivClassName
{
background-color: #C3EA55;
}
.BgClassName
{
background-color: #C3EA55;
}
</style>
border-color css
<style>
span { border-color: #C3EA55; }
span { border-color: rgb(195,234,85); }
td.TdClassName
{
border-color: #C3EA55;
}
.TagClassName
{
border-color: #C3EA55;
}
</style>