Shades of Conifer #C1F75D
Tints of Conifer #C1F75D
RGB
CMYK
RGB Variations
Color information
#C1F75D (or 0xC1F75D) is known color: Conifer. HEX triplet: C1, F7 and 5D. RGB value is (193,247,93). Sum of RGB (Red+Green+Blue) = 193+247+93=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #C1F75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F75D is #3E08A2. Grayscale: #D5D5D5. Windows color (decimal): -4065443 or 6158273. OLE color: 6158273.
HSL color Cylindrical-coordinate representation of color #C1F75D: hue angle of 81.04º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1F75D is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 247 | 93 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.03 |
| HSL | 81.04º | 0.91% | 0.67% | - |
| HSV(B) | 81.04º | 0.62% | 0.97% | - |
| XYZ | 57.23 | 78.65 | 22.52 | - |
| YUV | 213.3 | 60.11 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 247 | 93 | 0.22 | 0 | 0.62 | 0.03 | 81.04 | 0.91 | 0.67 |
| Hex | C1 | F7 | 5D | 16 | 0 | 3E | 3 | 51 | 5B | 43 |
| Octal | 301 | 367 | 135 | 26 | 0 | 76 | 3 | 121 | 133 | 103 |
| Binary | 11000001 | 11110111 | 1011101 | 10110 | 0 | 111110 | 11 | 1010001 | 1011011 | 1000011 |
Color Harmonies of #C1F75D
Complementary color
Monochromatic Colors of #C1F75D
Black with #C1F75D
Text Example
Text Example
White with #C1F75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F75D; }
p { color: rgb(193,247,93); }
H1.HeaderClassName
{
color: #C1F75D;
}
.AnyTagClassName
{
color: #C1F75D;
}
</style>
background-color css
<style>
a { background-color: #C1F75D; }
a { background-color: rgb(193,247,93); }
div.DivClassName
{
background-color: #C1F75D;
}
.BgClassName
{
background-color: #C1F75D;
}
</style>
border-color css
<style>
span { border-color: #C1F75D; }
span { border-color: rgb(193,247,93); }
td.TdClassName
{
border-color: #C1F75D;
}
.TagClassName
{
border-color: #C1F75D;
}
</style>