Shades of Conifer #C1FB5D
Tints of Conifer #C1FB5D
RGB
CMYK
RGB Variations
Color information
#C1FB5D (or 0xC1FB5D) is known color: Conifer. HEX triplet: C1, FB and 5D. RGB value is (193,251,93). Sum of RGB (Red+Green+Blue) = 193+251+93=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FB5D is #3E04A2. Grayscale: #D8D8D8. Windows color (decimal): -4064419 or 6159297. OLE color: 6159297.
HSL color Cylindrical-coordinate representation of color #C1FB5D: hue angle of 82.03º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1FB5D is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 93 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.02 |
| HSL | 82.03º | 0.95% | 0.67% | - |
| HSV(B) | 82.03º | 0.63% | 0.98% | - |
| XYZ | 58.47 | 81.12 | 22.93 | - |
| YUV | 215.65 | 58.78 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 93 | 0.23 | 0 | 0.63 | 0.02 | 82.03 | 0.95 | 0.67 |
| Hex | C1 | FB | 5D | 17 | 0 | 3F | 2 | 52 | 5F | 43 |
| Octal | 301 | 373 | 135 | 27 | 0 | 77 | 2 | 122 | 137 | 103 |
| Binary | 11000001 | 11111011 | 1011101 | 10111 | 0 | 111111 | 10 | 1010010 | 1011111 | 1000011 |
Color Harmonies of #C1FB5D
Complementary color
Monochromatic Colors of #C1FB5D
Black with #C1FB5D
Text Example
Text Example
White with #C1FB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FB5D; }
p { color: rgb(193,251,93); }
H1.HeaderClassName
{
color: #C1FB5D;
}
.AnyTagClassName
{
color: #C1FB5D;
}
</style>
background-color css
<style>
a { background-color: #C1FB5D; }
a { background-color: rgb(193,251,93); }
div.DivClassName
{
background-color: #C1FB5D;
}
.BgClassName
{
background-color: #C1FB5D;
}
</style>
border-color css
<style>
span { border-color: #C1FB5D; }
span { border-color: rgb(193,251,93); }
td.TdClassName
{
border-color: #C1FB5D;
}
.TagClassName
{
border-color: #C1FB5D;
}
</style>