Shades of Conifer #C1F65A
Tints of Conifer #C1F65A
RGB
CMYK
RGB Variations
Color information
#C1F65A (or 0xC1F65A) is known color: Conifer. HEX triplet: C1, F6 and 5A. RGB value is (193,246,90). Sum of RGB (Red+Green+Blue) = 193+246+90=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 90 (35.55% from 255 or 17.01% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #C1F65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F65A is #3E09A5. Grayscale: #D4D4D4. Windows color (decimal): -4065702 or 5961409. OLE color: 5961409.
HSL color Cylindrical-coordinate representation of color #C1F65A: hue angle of 80.38º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1F65A is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 246 | 90 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.04 |
| HSL | 80.38º | 0.9% | 0.66% | - |
| HSV(B) | 80.38º | 0.63% | 0.96% | - |
| XYZ | 56.79 | 77.99 | 21.73 | - |
| YUV | 212.37 | 58.94 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 246 | 90 | 0.22 | 0 | 0.63 | 0.04 | 80.38 | 0.9 | 0.66 |
| Hex | C1 | F6 | 5A | 16 | 0 | 3F | 4 | 50 | 5A | 42 |
| Octal | 301 | 366 | 132 | 26 | 0 | 77 | 4 | 120 | 132 | 102 |
| Binary | 11000001 | 11110110 | 1011010 | 10110 | 0 | 111111 | 100 | 1010000 | 1011010 | 1000010 |
Color Harmonies of #C1F65A
Complementary color
Monochromatic Colors of #C1F65A
Black with #C1F65A
Text Example
Text Example
White with #C1F65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F65A; }
p { color: rgb(193,246,90); }
H1.HeaderClassName
{
color: #C1F65A;
}
.AnyTagClassName
{
color: #C1F65A;
}
</style>
background-color css
<style>
a { background-color: #C1F65A; }
a { background-color: rgb(193,246,90); }
div.DivClassName
{
background-color: #C1F65A;
}
.BgClassName
{
background-color: #C1F65A;
}
</style>
border-color css
<style>
span { border-color: #C1F65A; }
span { border-color: rgb(193,246,90); }
td.TdClassName
{
border-color: #C1F65A;
}
.TagClassName
{
border-color: #C1F65A;
}
</style>