Shades of Conifer #C1EB53
Tints of Conifer #C1EB53
RGB
CMYK
RGB Variations
Color information
#C1EB53 (or 0xC1EB53) is known color: Conifer. HEX triplet: C1, EB and 53. RGB value is (193,235,83). Sum of RGB (Red+Green+Blue) = 193+235+83=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EB53 is #3E14AC. Grayscale: #CDCDCD. Windows color (decimal): -4068525 or 5499841. OLE color: 5499841.
HSL color Cylindrical-coordinate representation of color #C1EB53: hue angle of 76.58º 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 #C1EB53 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 83 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.08 |
| HSL | 76.58º | 0.79% | 0.62% | - |
| HSV(B) | 76.58º | 0.65% | 0.92% | - |
| XYZ | 53.26 | 71.38 | 19.15 | - |
| YUV | 205.11 | 59.09 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 83 | 0.18 | 0 | 0.65 | 0.08 | 76.58 | 0.79 | 0.62 |
| Hex | C1 | EB | 53 | 12 | 0 | 41 | 8 | 4D | 4F | 3E |
| Octal | 301 | 353 | 123 | 22 | 0 | 101 | 10 | 115 | 117 | 76 |
| Binary | 11000001 | 11101011 | 1010011 | 10010 | 0 | 1000001 | 1000 | 1001101 | 1001111 | 111110 |
Color Harmonies of #C1EB53
Complementary color
Monochromatic Colors of #C1EB53
Black with #C1EB53
Text Example
Text Example
White with #C1EB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EB53; }
p { color: rgb(193,235,83); }
H1.HeaderClassName
{
color: #C1EB53;
}
.AnyTagClassName
{
color: #C1EB53;
}
</style>
background-color css
<style>
a { background-color: #C1EB53; }
a { background-color: rgb(193,235,83); }
div.DivClassName
{
background-color: #C1EB53;
}
.BgClassName
{
background-color: #C1EB53;
}
</style>
border-color css
<style>
span { border-color: #C1EB53; }
span { border-color: rgb(193,235,83); }
td.TdClassName
{
border-color: #C1EB53;
}
.TagClassName
{
border-color: #C1EB53;
}
</style>