Shades of Conifer #C8EC50
Tints of Conifer #C8EC50
RGB
CMYK
RGB Variations
Color information
#C8EC50 (or 0xC8EC50) is known color: Conifer. HEX triplet: C8, EC and 50. RGB value is (200,236,80). Sum of RGB (Red+Green+Blue) = 200+236+80=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #C8EC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EC50 is #3713AF. Grayscale: #D0D0D0. Windows color (decimal): -3609520 or 5303496. OLE color: 5303496.
HSL color Cylindrical-coordinate representation of color #C8EC50: hue angle of 73.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8EC50 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 80 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.07 |
| HSL | 73.85º | 0.8% | 0.62% | - |
| HSV(B) | 73.85º | 0.66% | 0.93% | - |
| XYZ | 55.26 | 72.85 | 18.74 | - |
| YUV | 207.45 | 56.07 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 80 | 0.15 | 0 | 0.66 | 0.07 | 73.85 | 0.8 | 0.62 |
| Hex | C8 | EC | 50 | F | 0 | 42 | 7 | 4A | 50 | 3E |
| Octal | 310 | 354 | 120 | 17 | 0 | 102 | 7 | 112 | 120 | 76 |
| Binary | 11001000 | 11101100 | 1010000 | 1111 | 0 | 1000010 | 111 | 1001010 | 1010000 | 111110 |
Color Harmonies of #C8EC50
Complementary color
Monochromatic Colors of #C8EC50
Black with #C8EC50
Text Example
Text Example
White with #C8EC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EC50; }
p { color: rgb(200,236,80); }
H1.HeaderClassName
{
color: #C8EC50;
}
.AnyTagClassName
{
color: #C8EC50;
}
</style>
background-color css
<style>
a { background-color: #C8EC50; }
a { background-color: rgb(200,236,80); }
div.DivClassName
{
background-color: #C8EC50;
}
.BgClassName
{
background-color: #C8EC50;
}
</style>
border-color css
<style>
span { border-color: #C8EC50; }
span { border-color: rgb(200,236,80); }
td.TdClassName
{
border-color: #C8EC50;
}
.TagClassName
{
border-color: #C8EC50;
}
</style>