Shades of Conifer #C2ED46
Tints of Conifer #C2ED46
RGB
CMYK
RGB Variations
Color information
#C2ED46 (or 0xC2ED46) is known color: Conifer. HEX triplet: C2, ED and 46. RGB value is (194,237,70). Sum of RGB (Red+Green+Blue) = 194+237+70=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2ED46 is #3D12B9. Grayscale: #CDCDCD. Windows color (decimal): -4002490 or 4648386. OLE color: 4648386.
HSL color Cylindrical-coordinate representation of color #C2ED46: hue angle of 75.45º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2ED46 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 70 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.07 |
| HSL | 75.45º | 0.82% | 0.6% | - |
| HSV(B) | 75.45º | 0.7% | 0.93% | - |
| XYZ | 53.64 | 72.48 | 16.96 | - |
| YUV | 205.11 | 51.75 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 70 | 0.18 | 0 | 0.70 | 0.07 | 75.45 | 0.82 | 0.6 |
| Hex | C2 | ED | 46 | 12 | 0 | 46 | 7 | 4B | 52 | 3C |
| Octal | 302 | 355 | 106 | 22 | 0 | 106 | 7 | 113 | 122 | 74 |
| Binary | 11000010 | 11101101 | 1000110 | 10010 | 0 | 1000110 | 111 | 1001011 | 1010010 | 111100 |
Color Harmonies of #C2ED46
Complementary color
Monochromatic Colors of #C2ED46
Black with #C2ED46
Text Example
Text Example
White with #C2ED46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ED46; }
p { color: rgb(194,237,70); }
H1.HeaderClassName
{
color: #C2ED46;
}
.AnyTagClassName
{
color: #C2ED46;
}
</style>
background-color css
<style>
a { background-color: #C2ED46; }
a { background-color: rgb(194,237,70); }
div.DivClassName
{
background-color: #C2ED46;
}
.BgClassName
{
background-color: #C2ED46;
}
</style>
border-color css
<style>
span { border-color: #C2ED46; }
span { border-color: rgb(194,237,70); }
td.TdClassName
{
border-color: #C2ED46;
}
.TagClassName
{
border-color: #C2ED46;
}
</style>