Shades of Conifer #C1F053
Tints of Conifer #C1F053
RGB
CMYK
RGB Variations
Color information
#C1F053 (or 0xC1F053) is known color: Conifer. HEX triplet: C1, F0 and 53. RGB value is (193,240,83). Sum of RGB (Red+Green+Blue) = 193+240+83=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F053 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F053 is #3E0FAC. Grayscale: #D0D0D0. Windows color (decimal): -4067245 or 5501121. OLE color: 5501121.
HSL color Cylindrical-coordinate representation of color #C1F053: hue angle of 77.96º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1F053 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 240 | 83 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.06 |
| HSL | 77.96º | 0.84% | 0.63% | - |
| HSV(B) | 77.96º | 0.65% | 0.94% | - |
| XYZ | 54.71 | 74.28 | 19.64 | - |
| YUV | 208.05 | 57.43 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 240 | 83 | 0.20 | 0 | 0.65 | 0.06 | 77.96 | 0.84 | 0.63 |
| Hex | C1 | F0 | 53 | 14 | 0 | 41 | 6 | 4E | 54 | 3F |
| Octal | 301 | 360 | 123 | 24 | 0 | 101 | 6 | 116 | 124 | 77 |
| Binary | 11000001 | 11110000 | 1010011 | 10100 | 0 | 1000001 | 110 | 1001110 | 1010100 | 111111 |
Color Harmonies of #C1F053
Complementary color
Monochromatic Colors of #C1F053
Black with #C1F053
Text Example
Text Example
White with #C1F053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F053; }
p { color: rgb(193,240,83); }
H1.HeaderClassName
{
color: #C1F053;
}
.AnyTagClassName
{
color: #C1F053;
}
</style>
background-color css
<style>
a { background-color: #C1F053; }
a { background-color: rgb(193,240,83); }
div.DivClassName
{
background-color: #C1F053;
}
.BgClassName
{
background-color: #C1F053;
}
</style>
border-color css
<style>
span { border-color: #C1F053; }
span { border-color: rgb(193,240,83); }
td.TdClassName
{
border-color: #C1F053;
}
.TagClassName
{
border-color: #C1F053;
}
</style>