Shades of Conifer #C2EB4E
Tints of Conifer #C2EB4E
RGB
CMYK
RGB Variations
Color information
#C2EB4E (or 0xC2EB4E) is known color: Conifer. HEX triplet: C2, EB and 4E. RGB value is (194,235,78). Sum of RGB (Red+Green+Blue) = 194+235+78=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 78 (30.86% from 255 or 15.38% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB4E is #3D14B1. Grayscale: #CDCDCD. Windows color (decimal): -4002994 or 5172162. OLE color: 5172162.
HSL color Cylindrical-coordinate representation of color #C2EB4E: hue angle of 75.67º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2EB4E is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 78 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.08 |
| HSL | 75.67º | 0.8% | 0.61% | - |
| HSV(B) | 75.67º | 0.67% | 0.92% | - |
| XYZ | 53.33 | 71.44 | 18.19 | - |
| YUV | 204.84 | 56.42 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 78 | 0.17 | 0 | 0.67 | 0.08 | 75.67 | 0.8 | 0.61 |
| Hex | C2 | EB | 4E | 11 | 0 | 43 | 8 | 4C | 50 | 3D |
| Octal | 302 | 353 | 116 | 21 | 0 | 103 | 10 | 114 | 120 | 75 |
| Binary | 11000010 | 11101011 | 1001110 | 10001 | 0 | 1000011 | 1000 | 1001100 | 1010000 | 111101 |
Color Harmonies of #C2EB4E
Complementary color
Monochromatic Colors of #C2EB4E
Black with #C2EB4E
Text Example
Text Example
White with #C2EB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB4E; }
p { color: rgb(194,235,78); }
H1.HeaderClassName
{
color: #C2EB4E;
}
.AnyTagClassName
{
color: #C2EB4E;
}
</style>
background-color css
<style>
a { background-color: #C2EB4E; }
a { background-color: rgb(194,235,78); }
div.DivClassName
{
background-color: #C2EB4E;
}
.BgClassName
{
background-color: #C2EB4E;
}
</style>
border-color css
<style>
span { border-color: #C2EB4E; }
span { border-color: rgb(194,235,78); }
td.TdClassName
{
border-color: #C2EB4E;
}
.TagClassName
{
border-color: #C2EB4E;
}
</style>