Shades of Conifer #C1F45B
Tints of Conifer #C1F45B
RGB
CMYK
RGB Variations
Color information
#C1F45B (or 0xC1F45B) is known color: Conifer. HEX triplet: C1, F4 and 5B. RGB value is (193,244,91). Sum of RGB (Red+Green+Blue) = 193+244+91=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #C1F45B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F45B is #3E0BA4. Grayscale: #D3D3D3. Windows color (decimal): -4066213 or 6026433. OLE color: 6026433.
HSL color Cylindrical-coordinate representation of color #C1F45B: hue angle of 80º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1F45B is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 244 | 91 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.04 |
| HSL | 80º | 0.87% | 0.66% | - |
| HSV(B) | 80º | 0.63% | 0.96% | - |
| XYZ | 56.23 | 76.79 | 21.76 | - |
| YUV | 211.31 | 60.1 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 244 | 91 | 0.21 | 0 | 0.63 | 0.04 | 80 | 0.87 | 0.66 |
| Hex | C1 | F4 | 5B | 15 | 0 | 3F | 4 | 50 | 57 | 42 |
| Octal | 301 | 364 | 133 | 25 | 0 | 77 | 4 | 120 | 127 | 102 |
| Binary | 11000001 | 11110100 | 1011011 | 10101 | 0 | 111111 | 100 | 1010000 | 1010111 | 1000010 |
Color Harmonies of #C1F45B
Complementary color
Monochromatic Colors of #C1F45B
Black with #C1F45B
Text Example
Text Example
White with #C1F45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F45B; }
p { color: rgb(193,244,91); }
H1.HeaderClassName
{
color: #C1F45B;
}
.AnyTagClassName
{
color: #C1F45B;
}
</style>
background-color css
<style>
a { background-color: #C1F45B; }
a { background-color: rgb(193,244,91); }
div.DivClassName
{
background-color: #C1F45B;
}
.BgClassName
{
background-color: #C1F45B;
}
</style>
border-color css
<style>
span { border-color: #C1F45B; }
span { border-color: rgb(193,244,91); }
td.TdClassName
{
border-color: #C1F45B;
}
.TagClassName
{
border-color: #C1F45B;
}
</style>