Shades of Conifer #C1E151
Tints of Conifer #C1E151
RGB
CMYK
RGB Variations
Color information
#C1E151 (or 0xC1E151) is known color: Conifer. HEX triplet: C1, E1 and 51. RGB value is (193,225,81). Sum of RGB (Red+Green+Blue) = 193+225+81=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 81 (32.03% from 255 or 16.23% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E151 is #3E1EAE. Grayscale: #C7C7C7. Windows color (decimal): -4071087 or 5366209. OLE color: 5366209.
HSL color Cylindrical-coordinate representation of color #C1E151: hue angle of 73.33º degrees, saturation: 0.71, 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 #C1E151 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 81 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.12 |
| HSL | 73.33º | 0.71% | 0.6% | - |
| HSV(B) | 73.33º | 0.64% | 0.88% | - |
| XYZ | 50.4 | 65.78 | 17.83 | - |
| YUV | 199.02 | 61.4 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 81 | 0.14 | 0 | 0.64 | 0.12 | 73.33 | 0.71 | 0.6 |
| Hex | C1 | E1 | 51 | E | 0 | 40 | C | 49 | 47 | 3C |
| Octal | 301 | 341 | 121 | 16 | 0 | 100 | 14 | 111 | 107 | 74 |
| Binary | 11000001 | 11100001 | 1010001 | 1110 | 0 | 1000000 | 1100 | 1001001 | 1000111 | 111100 |
Color Harmonies of #C1E151
Complementary color
Monochromatic Colors of #C1E151
Black with #C1E151
Text Example
Text Example
White with #C1E151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E151; }
p { color: rgb(193,225,81); }
H1.HeaderClassName
{
color: #C1E151;
}
.AnyTagClassName
{
color: #C1E151;
}
</style>
background-color css
<style>
a { background-color: #C1E151; }
a { background-color: rgb(193,225,81); }
div.DivClassName
{
background-color: #C1E151;
}
.BgClassName
{
background-color: #C1E151;
}
</style>
border-color css
<style>
span { border-color: #C1E151; }
span { border-color: rgb(193,225,81); }
td.TdClassName
{
border-color: #C1E151;
}
.TagClassName
{
border-color: #C1E151;
}
</style>