Shades of Conifer #C1FD58
Tints of Conifer #C1FD58
RGB
CMYK
RGB Variations
Color information
#C1FD58 (or 0xC1FD58) is known color: Conifer. HEX triplet: C1, FD and 58. RGB value is (193,253,88). Sum of RGB (Red+Green+Blue) = 193+253+88=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 88 (34.77% from 255 or 16.48% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FD58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FD58 is #3E02A7. Grayscale: #D8D8D8. Windows color (decimal): -4063912 or 5832129. OLE color: 5832129.
HSL color Cylindrical-coordinate representation of color #C1FD58: hue angle of 81.82º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1FD58 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 253 | 88 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.01 |
| HSL | 81.82º | 0.98% | 0.67% | - |
| HSV(B) | 81.82º | 0.65% | 0.99% | - |
| XYZ | 58.88 | 82.29 | 22.01 | - |
| YUV | 216.25 | 55.62 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 253 | 88 | 0.24 | 0 | 0.65 | 0.01 | 81.82 | 0.98 | 0.67 |
| Hex | C1 | FD | 58 | 18 | 0 | 41 | 1 | 52 | 62 | 43 |
| Octal | 301 | 375 | 130 | 30 | 0 | 101 | 1 | 122 | 142 | 103 |
| Binary | 11000001 | 11111101 | 1011000 | 11000 | 0 | 1000001 | 1 | 1010010 | 1100010 | 1000011 |
Color Harmonies of #C1FD58
Complementary color
Monochromatic Colors of #C1FD58
Black with #C1FD58
Text Example
Text Example
White with #C1FD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FD58; }
p { color: rgb(193,253,88); }
H1.HeaderClassName
{
color: #C1FD58;
}
.AnyTagClassName
{
color: #C1FD58;
}
</style>
background-color css
<style>
a { background-color: #C1FD58; }
a { background-color: rgb(193,253,88); }
div.DivClassName
{
background-color: #C1FD58;
}
.BgClassName
{
background-color: #C1FD58;
}
</style>
border-color css
<style>
span { border-color: #C1FD58; }
span { border-color: rgb(193,253,88); }
td.TdClassName
{
border-color: #C1FD58;
}
.TagClassName
{
border-color: #C1FD58;
}
</style>