Shades of Conifer #C1F060
Tints of Conifer #C1F060
RGB
CMYK
RGB Variations
Color information
#C1F060 (or 0xC1F060) is known color: Conifer. HEX triplet: C1, F0 and 60. RGB value is (193,240,96). Sum of RGB (Red+Green+Blue) = 193+240+96=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F060 is #3E0F9F. Grayscale: #D2D2D2. Windows color (decimal): -4067232 or 6353089. OLE color: 6353089.
HSL color Cylindrical-coordinate representation of color #C1F060: hue angle of 79.58º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1F060 is Cyan = 0.20, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 240 | 96 | - |
| CMYK | 0.20 | 0 | 0.6 | 0.06 |
| HSL | 79.58º | 0.83% | 0.66% | - |
| HSV(B) | 79.58º | 0.6% | 0.94% | - |
| XYZ | 55.26 | 74.5 | 22.53 | - |
| YUV | 209.53 | 63.93 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 240 | 96 | 0.20 | 0 | 0.6 | 0.06 | 79.58 | 0.83 | 0.66 |
| Hex | C1 | F0 | 60 | 14 | 0 | 3C | 6 | 50 | 53 | 42 |
| Octal | 301 | 360 | 140 | 24 | 0 | 74 | 6 | 120 | 123 | 102 |
| Binary | 11000001 | 11110000 | 1100000 | 10100 | 0 | 111100 | 110 | 1010000 | 1010011 | 1000010 |
Color Harmonies of #C1F060
Complementary color
Monochromatic Colors of #C1F060
Black with #C1F060
Text Example
Text Example
White with #C1F060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F060; }
p { color: rgb(193,240,96); }
H1.HeaderClassName
{
color: #C1F060;
}
.AnyTagClassName
{
color: #C1F060;
}
</style>
background-color css
<style>
a { background-color: #C1F060; }
a { background-color: rgb(193,240,96); }
div.DivClassName
{
background-color: #C1F060;
}
.BgClassName
{
background-color: #C1F060;
}
</style>
border-color css
<style>
span { border-color: #C1F060; }
span { border-color: rgb(193,240,96); }
td.TdClassName
{
border-color: #C1F060;
}
.TagClassName
{
border-color: #C1F060;
}
</style>