Shades of Conifer #C2EB53
Tints of Conifer #C2EB53
RGB
CMYK
RGB Variations
Color information
#C2EB53 (or 0xC2EB53) is known color: Conifer. HEX triplet: C2, EB and 53. RGB value is (194,235,83). Sum of RGB (Red+Green+Blue) = 194+235+83=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB53 is #3D14AC. Grayscale: #CDCDCD. Windows color (decimal): -4002989 or 5499842. OLE color: 5499842.
HSL color Cylindrical-coordinate representation of color #C2EB53: hue angle of 76.18º 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 #C2EB53 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 83 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.08 |
| HSL | 76.18º | 0.79% | 0.62% | - |
| HSV(B) | 76.18º | 0.65% | 0.92% | - |
| XYZ | 53.52 | 71.51 | 19.17 | - |
| YUV | 205.41 | 58.92 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 83 | 0.17 | 0 | 0.65 | 0.08 | 76.18 | 0.79 | 0.62 |
| Hex | C2 | EB | 53 | 11 | 0 | 41 | 8 | 4C | 4F | 3E |
| Octal | 302 | 353 | 123 | 21 | 0 | 101 | 10 | 114 | 117 | 76 |
| Binary | 11000010 | 11101011 | 1010011 | 10001 | 0 | 1000001 | 1000 | 1001100 | 1001111 | 111110 |
Color Harmonies of #C2EB53
Complementary color
Monochromatic Colors of #C2EB53
Black with #C2EB53
Text Example
Text Example
White with #C2EB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB53; }
p { color: rgb(194,235,83); }
H1.HeaderClassName
{
color: #C2EB53;
}
.AnyTagClassName
{
color: #C2EB53;
}
</style>
background-color css
<style>
a { background-color: #C2EB53; }
a { background-color: rgb(194,235,83); }
div.DivClassName
{
background-color: #C2EB53;
}
.BgClassName
{
background-color: #C2EB53;
}
</style>
border-color css
<style>
span { border-color: #C2EB53; }
span { border-color: rgb(194,235,83); }
td.TdClassName
{
border-color: #C2EB53;
}
.TagClassName
{
border-color: #C2EB53;
}
</style>