Shades of Conifer #C1E152
Tints of Conifer #C1E152
RGB
CMYK
RGB Variations
Color information
#C1E152 (or 0xC1E152) is known color: Conifer. HEX triplet: C1, E1 and 52. RGB value is (193,225,82). Sum of RGB (Red+Green+Blue) = 193+225+82=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E152 is #3E1EAD. Grayscale: #C7C7C7. Windows color (decimal): -4071086 or 5431745. OLE color: 5431745.
HSL color Cylindrical-coordinate representation of color #C1E152: hue angle of 73.43º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1E152 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 82 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.12 |
| HSL | 73.43º | 0.7% | 0.6% | - |
| HSV(B) | 73.43º | 0.64% | 0.88% | - |
| XYZ | 50.44 | 65.8 | 18.02 | - |
| YUV | 199.13 | 61.9 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 82 | 0.14 | 0 | 0.64 | 0.12 | 73.43 | 0.7 | 0.6 |
| Hex | C1 | E1 | 52 | E | 0 | 40 | C | 49 | 46 | 3C |
| Octal | 301 | 341 | 122 | 16 | 0 | 100 | 14 | 111 | 106 | 74 |
| Binary | 11000001 | 11100001 | 1010010 | 1110 | 0 | 1000000 | 1100 | 1001001 | 1000110 | 111100 |
Color Harmonies of #C1E152
Complementary color
Monochromatic Colors of #C1E152
Black with #C1E152
Text Example
Text Example
White with #C1E152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E152; }
p { color: rgb(193,225,82); }
H1.HeaderClassName
{
color: #C1E152;
}
.AnyTagClassName
{
color: #C1E152;
}
</style>
background-color css
<style>
a { background-color: #C1E152; }
a { background-color: rgb(193,225,82); }
div.DivClassName
{
background-color: #C1E152;
}
.BgClassName
{
background-color: #C1E152;
}
</style>
border-color css
<style>
span { border-color: #C1E152; }
span { border-color: rgb(193,225,82); }
td.TdClassName
{
border-color: #C1E152;
}
.TagClassName
{
border-color: #C1E152;
}
</style>