Shades of Conifer #C1F148
Tints of Conifer #C1F148
RGB
CMYK
RGB Variations
Color information
#C1F148 (or 0xC1F148) is known color: Conifer. HEX triplet: C1, F1 and 48. RGB value is (193,241,72). Sum of RGB (Red+Green+Blue) = 193+241+72=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F148 is #3E0EB7. Grayscale: #D0D0D0. Windows color (decimal): -4067000 or 4780481. OLE color: 4780481.
HSL color Cylindrical-coordinate representation of color #C1F148: hue angle of 77.04º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1F148 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 72 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.05 |
| HSL | 77.04º | 0.86% | 0.61% | - |
| HSV(B) | 77.04º | 0.7% | 0.95% | - |
| XYZ | 54.62 | 74.72 | 17.67 | - |
| YUV | 207.38 | 51.6 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 72 | 0.20 | 0 | 0.70 | 0.05 | 77.04 | 0.86 | 0.61 |
| Hex | C1 | F1 | 48 | 14 | 0 | 46 | 5 | 4D | 56 | 3D |
| Octal | 301 | 361 | 110 | 24 | 0 | 106 | 5 | 115 | 126 | 75 |
| Binary | 11000001 | 11110001 | 1001000 | 10100 | 0 | 1000110 | 101 | 1001101 | 1010110 | 111101 |
Color Harmonies of #C1F148
Complementary color
Monochromatic Colors of #C1F148
Black with #C1F148
Text Example
Text Example
White with #C1F148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F148; }
p { color: rgb(193,241,72); }
H1.HeaderClassName
{
color: #C1F148;
}
.AnyTagClassName
{
color: #C1F148;
}
</style>
background-color css
<style>
a { background-color: #C1F148; }
a { background-color: rgb(193,241,72); }
div.DivClassName
{
background-color: #C1F148;
}
.BgClassName
{
background-color: #C1F148;
}
</style>
border-color css
<style>
span { border-color: #C1F148; }
span { border-color: rgb(193,241,72); }
td.TdClassName
{
border-color: #C1F148;
}
.TagClassName
{
border-color: #C1F148;
}
</style>