Shades of Conifer #C7E350
Tints of Conifer #C7E350
RGB
CMYK
RGB Variations
Color information
#C7E350 (or 0xC7E350) is known color: Conifer. HEX triplet: C7, E3 and 50. RGB value is (199,227,80). Sum of RGB (Red+Green+Blue) = 199+227+80=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E350 is #381CAF. Grayscale: #CACACA. Windows color (decimal): -3677360 or 5301191. OLE color: 5301191.
HSL color Cylindrical-coordinate representation of color #C7E350: hue angle of 71.43º 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 #C7E350 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 227 | 80 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.11 |
| HSL | 71.43º | 0.72% | 0.6% | - |
| HSV(B) | 71.43º | 0.65% | 0.89% | - |
| XYZ | 52.47 | 67.66 | 17.88 | - |
| YUV | 201.87 | 59.22 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 227 | 80 | 0.12 | 0 | 0.65 | 0.11 | 71.43 | 0.72 | 0.6 |
| Hex | C7 | E3 | 50 | C | 0 | 41 | B | 47 | 48 | 3C |
| Octal | 307 | 343 | 120 | 14 | 0 | 101 | 13 | 107 | 110 | 74 |
| Binary | 11000111 | 11100011 | 1010000 | 1100 | 0 | 1000001 | 1011 | 1000111 | 1001000 | 111100 |
Color Harmonies of #C7E350
Complementary color
Monochromatic Colors of #C7E350
Black with #C7E350
Text Example
Text Example
White with #C7E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E350; }
p { color: rgb(199,227,80); }
H1.HeaderClassName
{
color: #C7E350;
}
.AnyTagClassName
{
color: #C7E350;
}
</style>
background-color css
<style>
a { background-color: #C7E350; }
a { background-color: rgb(199,227,80); }
div.DivClassName
{
background-color: #C7E350;
}
.BgClassName
{
background-color: #C7E350;
}
</style>
border-color css
<style>
span { border-color: #C7E350; }
span { border-color: rgb(199,227,80); }
td.TdClassName
{
border-color: #C7E350;
}
.TagClassName
{
border-color: #C7E350;
}
</style>