Shades of Conifer #C1E94B
Tints of Conifer #C1E94B
RGB
CMYK
RGB Variations
Color information
#C1E94B (or 0xC1E94B) is known color: Conifer. HEX triplet: C1, E9 and 4B. RGB value is (193,233,75). Sum of RGB (Red+Green+Blue) = 193+233+75=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #C1E94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1E94B is #3E16B4. Grayscale: #CBCBCB. Windows color (decimal): -4069045 or 4975041. OLE color: 4975041.
HSL color Cylindrical-coordinate representation of color #C1E94B: hue angle of 75.19º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1E94B is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 233 | 75 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.09 |
| HSL | 75.19º | 0.78% | 0.6% | - |
| HSV(B) | 75.19º | 0.68% | 0.91% | - |
| XYZ | 52.4 | 70.12 | 17.43 | - |
| YUV | 203.03 | 55.75 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 233 | 75 | 0.17 | 0 | 0.68 | 0.09 | 75.19 | 0.78 | 0.6 |
| Hex | C1 | E9 | 4B | 11 | 0 | 44 | 9 | 4B | 4E | 3C |
| Octal | 301 | 351 | 113 | 21 | 0 | 104 | 11 | 113 | 116 | 74 |
| Binary | 11000001 | 11101001 | 1001011 | 10001 | 0 | 1000100 | 1001 | 1001011 | 1001110 | 111100 |
Color Harmonies of #C1E94B
Complementary color
Monochromatic Colors of #C1E94B
Black with #C1E94B
Text Example
Text Example
White with #C1E94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E94B; }
p { color: rgb(193,233,75); }
H1.HeaderClassName
{
color: #C1E94B;
}
.AnyTagClassName
{
color: #C1E94B;
}
</style>
background-color css
<style>
a { background-color: #C1E94B; }
a { background-color: rgb(193,233,75); }
div.DivClassName
{
background-color: #C1E94B;
}
.BgClassName
{
background-color: #C1E94B;
}
</style>
border-color css
<style>
span { border-color: #C1E94B; }
span { border-color: rgb(193,233,75); }
td.TdClassName
{
border-color: #C1E94B;
}
.TagClassName
{
border-color: #C1E94B;
}
</style>