Shades of Conifer #C1FB51
Tints of Conifer #C1FB51
RGB
CMYK
RGB Variations
Color information
#C1FB51 (or 0xC1FB51) is known color: Conifer. HEX triplet: C1, FB and 51. RGB value is (193,251,81). Sum of RGB (Red+Green+Blue) = 193+251+81=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FB51 is #3E04AE. Grayscale: #D6D6D6. Windows color (decimal): -4064431 or 5372865. OLE color: 5372865.
HSL color Cylindrical-coordinate representation of color #C1FB51: hue angle of 80.47º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1FB51 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 81 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.02 |
| HSL | 80.47º | 0.96% | 0.65% | - |
| HSV(B) | 80.47º | 0.68% | 0.98% | - |
| XYZ | 57.97 | 80.93 | 20.35 | - |
| YUV | 214.28 | 52.78 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 81 | 0.23 | 0 | 0.68 | 0.02 | 80.47 | 0.96 | 0.65 |
| Hex | C1 | FB | 51 | 17 | 0 | 44 | 2 | 50 | 60 | 41 |
| Octal | 301 | 373 | 121 | 27 | 0 | 104 | 2 | 120 | 140 | 101 |
| Binary | 11000001 | 11111011 | 1010001 | 10111 | 0 | 1000100 | 10 | 1010000 | 1100000 | 1000001 |
Color Harmonies of #C1FB51
Complementary color
Monochromatic Colors of #C1FB51
Black with #C1FB51
Text Example
Text Example
White with #C1FB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FB51; }
p { color: rgb(193,251,81); }
H1.HeaderClassName
{
color: #C1FB51;
}
.AnyTagClassName
{
color: #C1FB51;
}
</style>
background-color css
<style>
a { background-color: #C1FB51; }
a { background-color: rgb(193,251,81); }
div.DivClassName
{
background-color: #C1FB51;
}
.BgClassName
{
background-color: #C1FB51;
}
</style>
border-color css
<style>
span { border-color: #C1FB51; }
span { border-color: rgb(193,251,81); }
td.TdClassName
{
border-color: #C1FB51;
}
.TagClassName
{
border-color: #C1FB51;
}
</style>