Shades of Conifer #C1F75C
Tints of Conifer #C1F75C
RGB
CMYK
RGB Variations
Color information
#C1F75C (or 0xC1F75C) is known color: Conifer. HEX triplet: C1, F7 and 5C. RGB value is (193,247,92). Sum of RGB (Red+Green+Blue) = 193+247+92=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #C1F75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F75C is #3E08A3. Grayscale: #D5D5D5. Windows color (decimal): -4065444 or 6092737. OLE color: 6092737.
HSL color Cylindrical-coordinate representation of color #C1F75C: hue angle of 80.9º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1F75C is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 247 | 92 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.03 |
| HSL | 80.9º | 0.91% | 0.66% | - |
| HSV(B) | 80.9º | 0.63% | 0.97% | - |
| XYZ | 57.18 | 78.63 | 22.29 | - |
| YUV | 213.18 | 59.61 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 247 | 92 | 0.22 | 0 | 0.63 | 0.03 | 80.9 | 0.91 | 0.66 |
| Hex | C1 | F7 | 5C | 16 | 0 | 3F | 3 | 51 | 5B | 42 |
| Octal | 301 | 367 | 134 | 26 | 0 | 77 | 3 | 121 | 133 | 102 |
| Binary | 11000001 | 11110111 | 1011100 | 10110 | 0 | 111111 | 11 | 1010001 | 1011011 | 1000010 |
Color Harmonies of #C1F75C
Complementary color
Monochromatic Colors of #C1F75C
Black with #C1F75C
Text Example
Text Example
White with #C1F75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F75C; }
p { color: rgb(193,247,92); }
H1.HeaderClassName
{
color: #C1F75C;
}
.AnyTagClassName
{
color: #C1F75C;
}
</style>
background-color css
<style>
a { background-color: #C1F75C; }
a { background-color: rgb(193,247,92); }
div.DivClassName
{
background-color: #C1F75C;
}
.BgClassName
{
background-color: #C1F75C;
}
</style>
border-color css
<style>
span { border-color: #C1F75C; }
span { border-color: rgb(193,247,92); }
td.TdClassName
{
border-color: #C1F75C;
}
.TagClassName
{
border-color: #C1F75C;
}
</style>