Shades of Conifer #C8E350
Tints of Conifer #C8E350
RGB
CMYK
RGB Variations
Color information
#C8E350 (or 0xC8E350) is known color: Conifer. HEX triplet: C8, E3 and 50. RGB value is (200,227,80). Sum of RGB (Red+Green+Blue) = 200+227+80=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #C8E350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E350 is #371CAF. Grayscale: #CACACA. Windows color (decimal): -3611824 or 5301192. OLE color: 5301192.
HSL color Cylindrical-coordinate representation of color #C8E350: hue angle of 71.02º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8E350 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 227 | 80 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.11 |
| HSL | 71.02º | 0.72% | 0.6% | - |
| HSV(B) | 71.02º | 0.65% | 0.89% | - |
| XYZ | 52.74 | 67.8 | 17.9 | - |
| YUV | 202.17 | 59.05 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 227 | 80 | 0.12 | 0 | 0.65 | 0.11 | 71.02 | 0.72 | 0.6 |
| Hex | C8 | E3 | 50 | C | 0 | 41 | B | 47 | 48 | 3C |
| Octal | 310 | 343 | 120 | 14 | 0 | 101 | 13 | 107 | 110 | 74 |
| Binary | 11001000 | 11100011 | 1010000 | 1100 | 0 | 1000001 | 1011 | 1000111 | 1001000 | 111100 |
Color Harmonies of #C8E350
Complementary color
Monochromatic Colors of #C8E350
Black with #C8E350
Text Example
Text Example
White with #C8E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E350; }
p { color: rgb(200,227,80); }
H1.HeaderClassName
{
color: #C8E350;
}
.AnyTagClassName
{
color: #C8E350;
}
</style>
background-color css
<style>
a { background-color: #C8E350; }
a { background-color: rgb(200,227,80); }
div.DivClassName
{
background-color: #C8E350;
}
.BgClassName
{
background-color: #C8E350;
}
</style>
border-color css
<style>
span { border-color: #C8E350; }
span { border-color: rgb(200,227,80); }
td.TdClassName
{
border-color: #C8E350;
}
.TagClassName
{
border-color: #C8E350;
}
</style>