Shades of Conifer #C1F94A
Tints of Conifer #C1F94A
RGB
CMYK
RGB Variations
Color information
#C1F94A (or 0xC1F94A) is known color: Conifer. HEX triplet: C1, F9 and 4A. RGB value is (193,249,74). Sum of RGB (Red+Green+Blue) = 193+249+74=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F94A is #3E06B5. Grayscale: #D4D4D4. Windows color (decimal): -4064950 or 4913601. OLE color: 4913601.
HSL color Cylindrical-coordinate representation of color #C1F94A: hue angle of 79.2º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1F94A is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 249 | 74 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.02 |
| HSL | 79.2º | 0.94% | 0.63% | - |
| HSV(B) | 79.2º | 0.7% | 0.98% | - |
| XYZ | 57.1 | 79.58 | 18.83 | - |
| YUV | 212.31 | 49.95 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 249 | 74 | 0.22 | 0 | 0.70 | 0.02 | 79.2 | 0.94 | 0.63 |
| Hex | C1 | F9 | 4A | 16 | 0 | 46 | 2 | 4F | 5E | 3F |
| Octal | 301 | 371 | 112 | 26 | 0 | 106 | 2 | 117 | 136 | 77 |
| Binary | 11000001 | 11111001 | 1001010 | 10110 | 0 | 1000110 | 10 | 1001111 | 1011110 | 111111 |
Color Harmonies of #C1F94A
Complementary color
Monochromatic Colors of #C1F94A
Black with #C1F94A
Text Example
Text Example
White with #C1F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F94A; }
p { color: rgb(193,249,74); }
H1.HeaderClassName
{
color: #C1F94A;
}
.AnyTagClassName
{
color: #C1F94A;
}
</style>
background-color css
<style>
a { background-color: #C1F94A; }
a { background-color: rgb(193,249,74); }
div.DivClassName
{
background-color: #C1F94A;
}
.BgClassName
{
background-color: #C1F94A;
}
</style>
border-color css
<style>
span { border-color: #C1F94A; }
span { border-color: rgb(193,249,74); }
td.TdClassName
{
border-color: #C1F94A;
}
.TagClassName
{
border-color: #C1F94A;
}
</style>