Shades of Conifer #C1FD55
Tints of Conifer #C1FD55
RGB
CMYK
RGB Variations
Color information
#C1FD55 (or 0xC1FD55) is known color: Conifer. HEX triplet: C1, FD and 55. RGB value is (193,253,85). Sum of RGB (Red+Green+Blue) = 193+253+85=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 85 (33.59% from 255 or 16.01% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FD55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FD55 is #3E02AA. Grayscale: #D8D8D8. Windows color (decimal): -4063915 or 5635521. OLE color: 5635521.
HSL color Cylindrical-coordinate representation of color #C1FD55: hue angle of 81.43º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1FD55 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 253 | 85 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.01 |
| HSL | 81.43º | 0.98% | 0.66% | - |
| HSV(B) | 81.43º | 0.66% | 0.99% | - |
| XYZ | 58.76 | 82.24 | 21.37 | - |
| YUV | 215.91 | 54.12 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 253 | 85 | 0.24 | 0 | 0.66 | 0.01 | 81.43 | 0.98 | 0.66 |
| Hex | C1 | FD | 55 | 18 | 0 | 42 | 1 | 51 | 62 | 42 |
| Octal | 301 | 375 | 125 | 30 | 0 | 102 | 1 | 121 | 142 | 102 |
| Binary | 11000001 | 11111101 | 1010101 | 11000 | 0 | 1000010 | 1 | 1010001 | 1100010 | 1000010 |
Color Harmonies of #C1FD55
Complementary color
Monochromatic Colors of #C1FD55
Black with #C1FD55
Text Example
Text Example
White with #C1FD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FD55; }
p { color: rgb(193,253,85); }
H1.HeaderClassName
{
color: #C1FD55;
}
.AnyTagClassName
{
color: #C1FD55;
}
</style>
background-color css
<style>
a { background-color: #C1FD55; }
a { background-color: rgb(193,253,85); }
div.DivClassName
{
background-color: #C1FD55;
}
.BgClassName
{
background-color: #C1FD55;
}
</style>
border-color css
<style>
span { border-color: #C1FD55; }
span { border-color: rgb(193,253,85); }
td.TdClassName
{
border-color: #C1FD55;
}
.TagClassName
{
border-color: #C1FD55;
}
</style>