Shades of Conifer #C1EB4A
Tints of Conifer #C1EB4A
RGB
CMYK
RGB Variations
Color information
#C1EB4A (or 0xC1EB4A) is known color: Conifer. HEX triplet: C1, EB and 4A. RGB value is (193,235,74). Sum of RGB (Red+Green+Blue) = 193+235+74=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EB4A is #3E14B5. Grayscale: #CCCCCC. Windows color (decimal): -4068534 or 4910017. OLE color: 4910017.
HSL color Cylindrical-coordinate representation of color #C1EB4A: hue angle of 75.65º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1EB4A is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 74 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.08 |
| HSL | 75.65º | 0.8% | 0.61% | - |
| HSV(B) | 75.65º | 0.69% | 0.92% | - |
| XYZ | 52.94 | 71.25 | 17.44 | - |
| YUV | 204.09 | 54.59 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 74 | 0.18 | 0 | 0.69 | 0.08 | 75.65 | 0.8 | 0.61 |
| Hex | C1 | EB | 4A | 12 | 0 | 45 | 8 | 4C | 50 | 3D |
| Octal | 301 | 353 | 112 | 22 | 0 | 105 | 10 | 114 | 120 | 75 |
| Binary | 11000001 | 11101011 | 1001010 | 10010 | 0 | 1000101 | 1000 | 1001100 | 1010000 | 111101 |
Color Harmonies of #C1EB4A
Complementary color
Monochromatic Colors of #C1EB4A
Black with #C1EB4A
Text Example
Text Example
White with #C1EB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EB4A; }
p { color: rgb(193,235,74); }
H1.HeaderClassName
{
color: #C1EB4A;
}
.AnyTagClassName
{
color: #C1EB4A;
}
</style>
background-color css
<style>
a { background-color: #C1EB4A; }
a { background-color: rgb(193,235,74); }
div.DivClassName
{
background-color: #C1EB4A;
}
.BgClassName
{
background-color: #C1EB4A;
}
</style>
border-color css
<style>
span { border-color: #C1EB4A; }
span { border-color: rgb(193,235,74); }
td.TdClassName
{
border-color: #C1EB4A;
}
.TagClassName
{
border-color: #C1EB4A;
}
</style>