Shades of Conifer #C8EA50
Tints of Conifer #C8EA50
RGB
CMYK
RGB Variations
Color information
#C8EA50 (or 0xC8EA50) is known color: Conifer. HEX triplet: C8, EA and 50. RGB value is (200,234,80). Sum of RGB (Red+Green+Blue) = 200+234+80=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EA50 is #3715AF. Grayscale: #CECECE. Windows color (decimal): -3610032 or 5302984. OLE color: 5302984.
HSL color Cylindrical-coordinate representation of color #C8EA50: hue angle of 73.25º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8EA50 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 80 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.08 |
| HSL | 73.25º | 0.79% | 0.62% | - |
| HSV(B) | 73.25º | 0.66% | 0.92% | - |
| XYZ | 54.69 | 71.7 | 18.55 | - |
| YUV | 206.28 | 56.74 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 80 | 0.15 | 0 | 0.66 | 0.08 | 73.25 | 0.79 | 0.62 |
| Hex | C8 | EA | 50 | F | 0 | 42 | 8 | 49 | 4F | 3E |
| Octal | 310 | 352 | 120 | 17 | 0 | 102 | 10 | 111 | 117 | 76 |
| Binary | 11001000 | 11101010 | 1010000 | 1111 | 0 | 1000010 | 1000 | 1001001 | 1001111 | 111110 |
Color Harmonies of #C8EA50
Complementary color
Monochromatic Colors of #C8EA50
Black with #C8EA50
Text Example
Text Example
White with #C8EA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA50; }
p { color: rgb(200,234,80); }
H1.HeaderClassName
{
color: #C8EA50;
}
.AnyTagClassName
{
color: #C8EA50;
}
</style>
background-color css
<style>
a { background-color: #C8EA50; }
a { background-color: rgb(200,234,80); }
div.DivClassName
{
background-color: #C8EA50;
}
.BgClassName
{
background-color: #C8EA50;
}
</style>
border-color css
<style>
span { border-color: #C8EA50; }
span { border-color: rgb(200,234,80); }
td.TdClassName
{
border-color: #C8EA50;
}
.TagClassName
{
border-color: #C8EA50;
}
</style>