Shades of Conifer #C1FA4D
Tints of Conifer #C1FA4D
RGB
CMYK
RGB Variations
Color information
#C1FA4D (or 0xC1FA4D) is known color: Conifer. HEX triplet: C1, FA and 4D. RGB value is (193,250,77). Sum of RGB (Red+Green+Blue) = 193+250+77=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FA4D is #3E05B2. Grayscale: #D5D5D5. Windows color (decimal): -4064691 or 5110465. OLE color: 5110465.
HSL color Cylindrical-coordinate representation of color #C1FA4D: hue angle of 79.77º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1FA4D is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 77 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.02 |
| HSL | 79.77º | 0.95% | 0.64% | - |
| HSV(B) | 79.77º | 0.69% | 0.98% | - |
| XYZ | 57.52 | 80.24 | 19.48 | - |
| YUV | 213.24 | 51.12 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 77 | 0.23 | 0 | 0.69 | 0.02 | 79.77 | 0.95 | 0.64 |
| Hex | C1 | FA | 4D | 17 | 0 | 45 | 2 | 50 | 5F | 40 |
| Octal | 301 | 372 | 115 | 27 | 0 | 105 | 2 | 120 | 137 | 100 |
| Binary | 11000001 | 11111010 | 1001101 | 10111 | 0 | 1000101 | 10 | 1010000 | 1011111 | 1000000 |
Color Harmonies of #C1FA4D
Complementary color
Monochromatic Colors of #C1FA4D
Black with #C1FA4D
Text Example
Text Example
White with #C1FA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FA4D; }
p { color: rgb(193,250,77); }
H1.HeaderClassName
{
color: #C1FA4D;
}
.AnyTagClassName
{
color: #C1FA4D;
}
</style>
background-color css
<style>
a { background-color: #C1FA4D; }
a { background-color: rgb(193,250,77); }
div.DivClassName
{
background-color: #C1FA4D;
}
.BgClassName
{
background-color: #C1FA4D;
}
</style>
border-color css
<style>
span { border-color: #C1FA4D; }
span { border-color: rgb(193,250,77); }
td.TdClassName
{
border-color: #C1FA4D;
}
.TagClassName
{
border-color: #C1FA4D;
}
</style>