Shades of Conifer #C2EB52
Tints of Conifer #C2EB52
RGB
CMYK
RGB Variations
Color information
#C2EB52 (or 0xC2EB52) is known color: Conifer. HEX triplet: C2, EB and 52. RGB value is (194,235,82). Sum of RGB (Red+Green+Blue) = 194+235+82=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB52 is #3D14AD. Grayscale: #CDCDCD. Windows color (decimal): -4002990 or 5434306. OLE color: 5434306.
HSL color Cylindrical-coordinate representation of color #C2EB52: hue angle of 76.08º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2EB52 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 82 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.08 |
| HSL | 76.08º | 0.79% | 0.62% | - |
| HSV(B) | 76.08º | 0.65% | 0.92% | - |
| XYZ | 53.48 | 71.5 | 18.96 | - |
| YUV | 205.3 | 58.42 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 82 | 0.17 | 0 | 0.65 | 0.08 | 76.08 | 0.79 | 0.62 |
| Hex | C2 | EB | 52 | 11 | 0 | 41 | 8 | 4C | 4F | 3E |
| Octal | 302 | 353 | 122 | 21 | 0 | 101 | 10 | 114 | 117 | 76 |
| Binary | 11000010 | 11101011 | 1010010 | 10001 | 0 | 1000001 | 1000 | 1001100 | 1001111 | 111110 |
Color Harmonies of #C2EB52
Complementary color
Monochromatic Colors of #C2EB52
Black with #C2EB52
Text Example
Text Example
White with #C2EB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB52; }
p { color: rgb(194,235,82); }
H1.HeaderClassName
{
color: #C2EB52;
}
.AnyTagClassName
{
color: #C2EB52;
}
</style>
background-color css
<style>
a { background-color: #C2EB52; }
a { background-color: rgb(194,235,82); }
div.DivClassName
{
background-color: #C2EB52;
}
.BgClassName
{
background-color: #C2EB52;
}
</style>
border-color css
<style>
span { border-color: #C2EB52; }
span { border-color: rgb(194,235,82); }
td.TdClassName
{
border-color: #C2EB52;
}
.TagClassName
{
border-color: #C2EB52;
}
</style>