Shades of Conifer #C1FC4C
Tints of Conifer #C1FC4C
RGB
CMYK
RGB Variations
Color information
#C1FC4C (or 0xC1FC4C) is known color: Conifer. HEX triplet: C1, FC and 4C. RGB value is (193,252,76). Sum of RGB (Red+Green+Blue) = 193+252+76=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FC4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1FC4C is #3E03B3. Grayscale: #D6D6D6. Windows color (decimal): -4064180 or 5045441. OLE color: 5045441.
HSL color Cylindrical-coordinate representation of color #C1FC4C: hue angle of 80.11º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1FC4C is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 252 | 76 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.01 |
| HSL | 80.11º | 0.97% | 0.64% | - |
| HSV(B) | 80.11º | 0.7% | 0.99% | - |
| XYZ | 58.11 | 81.48 | 19.5 | - |
| YUV | 214.3 | 49.95 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 252 | 76 | 0.23 | 0 | 0.70 | 0.01 | 80.11 | 0.97 | 0.64 |
| Hex | C1 | FC | 4C | 17 | 0 | 46 | 1 | 50 | 61 | 40 |
| Octal | 301 | 374 | 114 | 27 | 0 | 106 | 1 | 120 | 141 | 100 |
| Binary | 11000001 | 11111100 | 1001100 | 10111 | 0 | 1000110 | 1 | 1010000 | 1100001 | 1000000 |
Color Harmonies of #C1FC4C
Complementary color
Monochromatic Colors of #C1FC4C
Black with #C1FC4C
Text Example
Text Example
White with #C1FC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FC4C; }
p { color: rgb(193,252,76); }
H1.HeaderClassName
{
color: #C1FC4C;
}
.AnyTagClassName
{
color: #C1FC4C;
}
</style>
background-color css
<style>
a { background-color: #C1FC4C; }
a { background-color: rgb(193,252,76); }
div.DivClassName
{
background-color: #C1FC4C;
}
.BgClassName
{
background-color: #C1FC4C;
}
</style>
border-color css
<style>
span { border-color: #C1FC4C; }
span { border-color: rgb(193,252,76); }
td.TdClassName
{
border-color: #C1FC4C;
}
.TagClassName
{
border-color: #C1FC4C;
}
</style>