Shades of Conifer #C2EB4C
Tints of Conifer #C2EB4C
RGB
CMYK
RGB Variations
Color information
#C2EB4C (or 0xC2EB4C) is known color: Conifer. HEX triplet: C2, EB and 4C. RGB value is (194,235,76). Sum of RGB (Red+Green+Blue) = 194+235+76=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EB4C is #3D14B3. Grayscale: #CDCDCD. Windows color (decimal): -4002996 or 5041090. OLE color: 5041090.
HSL color Cylindrical-coordinate representation of color #C2EB4C: hue angle of 75.47º 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 #C2EB4C is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 76 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.08 |
| HSL | 75.47º | 0.8% | 0.61% | - |
| HSV(B) | 75.47º | 0.68% | 0.92% | - |
| XYZ | 53.26 | 71.41 | 17.81 | - |
| YUV | 204.62 | 55.42 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 76 | 0.17 | 0 | 0.68 | 0.08 | 75.47 | 0.8 | 0.61 |
| Hex | C2 | EB | 4C | 11 | 0 | 44 | 8 | 4B | 50 | 3D |
| Octal | 302 | 353 | 114 | 21 | 0 | 104 | 10 | 113 | 120 | 75 |
| Binary | 11000010 | 11101011 | 1001100 | 10001 | 0 | 1000100 | 1000 | 1001011 | 1010000 | 111101 |
Color Harmonies of #C2EB4C
Complementary color
Monochromatic Colors of #C2EB4C
Black with #C2EB4C
Text Example
Text Example
White with #C2EB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB4C; }
p { color: rgb(194,235,76); }
H1.HeaderClassName
{
color: #C2EB4C;
}
.AnyTagClassName
{
color: #C2EB4C;
}
</style>
background-color css
<style>
a { background-color: #C2EB4C; }
a { background-color: rgb(194,235,76); }
div.DivClassName
{
background-color: #C2EB4C;
}
.BgClassName
{
background-color: #C2EB4C;
}
</style>
border-color css
<style>
span { border-color: #C2EB4C; }
span { border-color: rgb(194,235,76); }
td.TdClassName
{
border-color: #C2EB4C;
}
.TagClassName
{
border-color: #C2EB4C;
}
</style>