Shades of Conifer #C0EB4C
Tints of Conifer #C0EB4C
RGB
CMYK
RGB Variations
Color information
#C0EB4C (or 0xC0EB4C) is known color: Conifer. HEX triplet: C0, EB and 4C. RGB value is (192,235,76). Sum of RGB (Red+Green+Blue) = 192+235+76=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EB4C is #3F14B3. Grayscale: #CCCCCC. Windows color (decimal): -4134068 or 5041088. OLE color: 5041088.
HSL color Cylindrical-coordinate representation of color #C0EB4C: hue angle of 76.23º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0EB4C is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 76 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.08 |
| HSL | 76.23º | 0.8% | 0.61% | - |
| HSV(B) | 76.23º | 0.68% | 0.92% | - |
| XYZ | 52.75 | 71.14 | 17.79 | - |
| YUV | 204.02 | 55.75 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 76 | 0.18 | 0 | 0.68 | 0.08 | 76.23 | 0.8 | 0.61 |
| Hex | C0 | EB | 4C | 12 | 0 | 44 | 8 | 4C | 50 | 3D |
| Octal | 300 | 353 | 114 | 22 | 0 | 104 | 10 | 114 | 120 | 75 |
| Binary | 11000000 | 11101011 | 1001100 | 10010 | 0 | 1000100 | 1000 | 1001100 | 1010000 | 111101 |
Color Harmonies of #C0EB4C
Complementary color
Monochromatic Colors of #C0EB4C
Black with #C0EB4C
Text Example
Text Example
White with #C0EB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EB4C; }
p { color: rgb(192,235,76); }
H1.HeaderClassName
{
color: #C0EB4C;
}
.AnyTagClassName
{
color: #C0EB4C;
}
</style>
background-color css
<style>
a { background-color: #C0EB4C; }
a { background-color: rgb(192,235,76); }
div.DivClassName
{
background-color: #C0EB4C;
}
.BgClassName
{
background-color: #C0EB4C;
}
</style>
border-color css
<style>
span { border-color: #C0EB4C; }
span { border-color: rgb(192,235,76); }
td.TdClassName
{
border-color: #C0EB4C;
}
.TagClassName
{
border-color: #C0EB4C;
}
</style>