Shades of Conifer #C1F855
Tints of Conifer #C1F855
RGB
CMYK
RGB Variations
Color information
#C1F855 (or 0xC1F855) is known color: Conifer. HEX triplet: C1, F8 and 55. RGB value is (193,248,85). Sum of RGB (Red+Green+Blue) = 193+248+85=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #C1F855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F855 is #3E07AA. Grayscale: #D5D5D5. Windows color (decimal): -4065195 or 5634241. OLE color: 5634241.
HSL color Cylindrical-coordinate representation of color #C1F855: hue angle of 80.25º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1F855 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 248 | 85 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.03 |
| HSL | 80.25º | 0.92% | 0.65% | - |
| HSV(B) | 80.25º | 0.66% | 0.97% | - |
| XYZ | 57.2 | 79.13 | 20.85 | - |
| YUV | 212.97 | 55.78 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 248 | 85 | 0.22 | 0 | 0.66 | 0.03 | 80.25 | 0.92 | 0.65 |
| Hex | C1 | F8 | 55 | 16 | 0 | 42 | 3 | 50 | 5C | 41 |
| Octal | 301 | 370 | 125 | 26 | 0 | 102 | 3 | 120 | 134 | 101 |
| Binary | 11000001 | 11111000 | 1010101 | 10110 | 0 | 1000010 | 11 | 1010000 | 1011100 | 1000001 |
Color Harmonies of #C1F855
Complementary color
Monochromatic Colors of #C1F855
Black with #C1F855
Text Example
Text Example
White with #C1F855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F855; }
p { color: rgb(193,248,85); }
H1.HeaderClassName
{
color: #C1F855;
}
.AnyTagClassName
{
color: #C1F855;
}
</style>
background-color css
<style>
a { background-color: #C1F855; }
a { background-color: rgb(193,248,85); }
div.DivClassName
{
background-color: #C1F855;
}
.BgClassName
{
background-color: #C1F855;
}
</style>
border-color css
<style>
span { border-color: #C1F855; }
span { border-color: rgb(193,248,85); }
td.TdClassName
{
border-color: #C1F855;
}
.TagClassName
{
border-color: #C1F855;
}
</style>