Shades of Conifer #C1E05A
Tints of Conifer #C1E05A
RGB
CMYK
RGB Variations
Color information
#C1E05A (or 0xC1E05A) is known color: Conifer. HEX triplet: C1, E0 and 5A. RGB value is (193,224,90). Sum of RGB (Red+Green+Blue) = 193+224+90=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E05A is #3E1FA5. Grayscale: #C7C7C7. Windows color (decimal): -4071334 or 5955777. OLE color: 5955777.
HSL color Cylindrical-coordinate representation of color #C1E05A: hue angle of 73.88º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1E05A is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 224 | 90 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.12 |
| HSL | 73.88º | 0.68% | 0.62% | - |
| HSV(B) | 73.88º | 0.6% | 0.88% | - |
| XYZ | 50.49 | 65.39 | 19.63 | - |
| YUV | 199.46 | 66.23 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 224 | 90 | 0.14 | 0 | 0.60 | 0.12 | 73.88 | 0.68 | 0.62 |
| Hex | C1 | E0 | 5A | E | 0 | 3C | C | 4A | 44 | 3E |
| Octal | 301 | 340 | 132 | 16 | 0 | 74 | 14 | 112 | 104 | 76 |
| Binary | 11000001 | 11100000 | 1011010 | 1110 | 0 | 111100 | 1100 | 1001010 | 1000100 | 111110 |
Color Harmonies of #C1E05A
Complementary color
Monochromatic Colors of #C1E05A
Black with #C1E05A
Text Example
Text Example
White with #C1E05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E05A; }
p { color: rgb(193,224,90); }
H1.HeaderClassName
{
color: #C1E05A;
}
.AnyTagClassName
{
color: #C1E05A;
}
</style>
background-color css
<style>
a { background-color: #C1E05A; }
a { background-color: rgb(193,224,90); }
div.DivClassName
{
background-color: #C1E05A;
}
.BgClassName
{
background-color: #C1E05A;
}
</style>
border-color css
<style>
span { border-color: #C1E05A; }
span { border-color: rgb(193,224,90); }
td.TdClassName
{
border-color: #C1E05A;
}
.TagClassName
{
border-color: #C1E05A;
}
</style>