Shades of Conifer #C1EE52
Tints of Conifer #C1EE52
RGB
CMYK
RGB Variations
Color information
#C1EE52 (or 0xC1EE52) is known color: Conifer. HEX triplet: C1, EE and 52. RGB value is (193,238,82). Sum of RGB (Red+Green+Blue) = 193+238+82=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 238 - color contains mainly: green. Hex color #C1EE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EE52 is #3E11AD. Grayscale: #CFCFCF. Windows color (decimal): -4067758 or 5435073. OLE color: 5435073.
HSL color Cylindrical-coordinate representation of color #C1EE52: hue angle of 77.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1EE52 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 238 | 82 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.07 |
| HSL | 77.31º | 0.82% | 0.63% | - |
| HSV(B) | 77.31º | 0.66% | 0.93% | - |
| XYZ | 54.09 | 73.1 | 19.24 | - |
| YUV | 206.76 | 57.59 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 238 | 82 | 0.19 | 0 | 0.66 | 0.07 | 77.31 | 0.82 | 0.63 |
| Hex | C1 | EE | 52 | 13 | 0 | 42 | 7 | 4D | 52 | 3F |
| Octal | 301 | 356 | 122 | 23 | 0 | 102 | 7 | 115 | 122 | 77 |
| Binary | 11000001 | 11101110 | 1010010 | 10011 | 0 | 1000010 | 111 | 1001101 | 1010010 | 111111 |
Color Harmonies of #C1EE52
Complementary color
Monochromatic Colors of #C1EE52
Black with #C1EE52
Text Example
Text Example
White with #C1EE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EE52; }
p { color: rgb(193,238,82); }
H1.HeaderClassName
{
color: #C1EE52;
}
.AnyTagClassName
{
color: #C1EE52;
}
</style>
background-color css
<style>
a { background-color: #C1EE52; }
a { background-color: rgb(193,238,82); }
div.DivClassName
{
background-color: #C1EE52;
}
.BgClassName
{
background-color: #C1EE52;
}
</style>
border-color css
<style>
span { border-color: #C1EE52; }
span { border-color: rgb(193,238,82); }
td.TdClassName
{
border-color: #C1EE52;
}
.TagClassName
{
border-color: #C1EE52;
}
</style>