Shades of Conifer #C1F850
Tints of Conifer #C1F850
RGB
CMYK
RGB Variations
Color information
#C1F850 (or 0xC1F850) is known color: Conifer. HEX triplet: C1, F8 and 50. RGB value is (193,248,80). Sum of RGB (Red+Green+Blue) = 193+248+80=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #C1F850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F850 is #3E07AF. Grayscale: #D5D5D5. Windows color (decimal): -4065200 or 5306561. OLE color: 5306561.
HSL color Cylindrical-coordinate representation of color #C1F850: hue angle of 79.64º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1F850 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 248 | 80 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.03 |
| HSL | 79.64º | 0.92% | 0.64% | - |
| HSV(B) | 79.64º | 0.68% | 0.97% | - |
| XYZ | 57.01 | 79.05 | 19.84 | - |
| YUV | 212.4 | 53.28 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 248 | 80 | 0.22 | 0 | 0.68 | 0.03 | 79.64 | 0.92 | 0.64 |
| Hex | C1 | F8 | 50 | 16 | 0 | 44 | 3 | 50 | 5C | 40 |
| Octal | 301 | 370 | 120 | 26 | 0 | 104 | 3 | 120 | 134 | 100 |
| Binary | 11000001 | 11111000 | 1010000 | 10110 | 0 | 1000100 | 11 | 1010000 | 1011100 | 1000000 |
Color Harmonies of #C1F850
Complementary color
Monochromatic Colors of #C1F850
Black with #C1F850
Text Example
Text Example
White with #C1F850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F850; }
p { color: rgb(193,248,80); }
H1.HeaderClassName
{
color: #C1F850;
}
.AnyTagClassName
{
color: #C1F850;
}
</style>
background-color css
<style>
a { background-color: #C1F850; }
a { background-color: rgb(193,248,80); }
div.DivClassName
{
background-color: #C1F850;
}
.BgClassName
{
background-color: #C1F850;
}
</style>
border-color css
<style>
span { border-color: #C1F850; }
span { border-color: rgb(193,248,80); }
td.TdClassName
{
border-color: #C1F850;
}
.TagClassName
{
border-color: #C1F850;
}
</style>