Shades of Conifer #C1F153
Tints of Conifer #C1F153
RGB
CMYK
RGB Variations
Color information
#C1F153 (or 0xC1F153) is known color: Conifer. HEX triplet: C1, F1 and 53. RGB value is (193,241,83). Sum of RGB (Red+Green+Blue) = 193+241+83=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F153 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F153 is #3E0EAC. Grayscale: #D1D1D1. Windows color (decimal): -4066989 or 5501377. OLE color: 5501377.
HSL color Cylindrical-coordinate representation of color #C1F153: hue angle of 78.23º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1F153 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 83 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.05 |
| HSL | 78.23º | 0.85% | 0.64% | - |
| HSV(B) | 78.23º | 0.66% | 0.95% | - |
| XYZ | 55.01 | 74.87 | 19.74 | - |
| YUV | 208.64 | 57.1 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 83 | 0.20 | 0 | 0.66 | 0.05 | 78.23 | 0.85 | 0.64 |
| Hex | C1 | F1 | 53 | 14 | 0 | 42 | 5 | 4E | 55 | 40 |
| Octal | 301 | 361 | 123 | 24 | 0 | 102 | 5 | 116 | 125 | 100 |
| Binary | 11000001 | 11110001 | 1010011 | 10100 | 0 | 1000010 | 101 | 1001110 | 1010101 | 1000000 |
Color Harmonies of #C1F153
Complementary color
Monochromatic Colors of #C1F153
Black with #C1F153
Text Example
Text Example
White with #C1F153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F153; }
p { color: rgb(193,241,83); }
H1.HeaderClassName
{
color: #C1F153;
}
.AnyTagClassName
{
color: #C1F153;
}
</style>
background-color css
<style>
a { background-color: #C1F153; }
a { background-color: rgb(193,241,83); }
div.DivClassName
{
background-color: #C1F153;
}
.BgClassName
{
background-color: #C1F153;
}
</style>
border-color css
<style>
span { border-color: #C1F153; }
span { border-color: rgb(193,241,83); }
td.TdClassName
{
border-color: #C1F153;
}
.TagClassName
{
border-color: #C1F153;
}
</style>