Shades of Conifer #C1F35F
Tints of Conifer #C1F35F
RGB
CMYK
RGB Variations
Color information
#C1F35F (or 0xC1F35F) is known color: Conifer. HEX triplet: C1, F3 and 5F. RGB value is (193,243,95). Sum of RGB (Red+Green+Blue) = 193+243+95=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #C1F35F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F35F is #3E0CA0. Grayscale: #D3D3D3. Windows color (decimal): -4066465 or 6288321. OLE color: 6288321.
HSL color Cylindrical-coordinate representation of color #C1F35F: hue angle of 80.27º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1F35F is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 243 | 95 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.05 |
| HSL | 80.27º | 0.86% | 0.66% | - |
| HSV(B) | 80.27º | 0.61% | 0.95% | - |
| XYZ | 56.11 | 76.26 | 22.59 | - |
| YUV | 211.18 | 62.44 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 243 | 95 | 0.21 | 0 | 0.61 | 0.05 | 80.27 | 0.86 | 0.66 |
| Hex | C1 | F3 | 5F | 15 | 0 | 3D | 5 | 50 | 56 | 42 |
| Octal | 301 | 363 | 137 | 25 | 0 | 75 | 5 | 120 | 126 | 102 |
| Binary | 11000001 | 11110011 | 1011111 | 10101 | 0 | 111101 | 101 | 1010000 | 1010110 | 1000010 |
Color Harmonies of #C1F35F
Complementary color
Monochromatic Colors of #C1F35F
Black with #C1F35F
Text Example
Text Example
White with #C1F35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F35F; }
p { color: rgb(193,243,95); }
H1.HeaderClassName
{
color: #C1F35F;
}
.AnyTagClassName
{
color: #C1F35F;
}
</style>
background-color css
<style>
a { background-color: #C1F35F; }
a { background-color: rgb(193,243,95); }
div.DivClassName
{
background-color: #C1F35F;
}
.BgClassName
{
background-color: #C1F35F;
}
</style>
border-color css
<style>
span { border-color: #C1F35F; }
span { border-color: rgb(193,243,95); }
td.TdClassName
{
border-color: #C1F35F;
}
.TagClassName
{
border-color: #C1F35F;
}
</style>