Shades of Conifer #C6F45A
Tints of Conifer #C6F45A
RGB
CMYK
RGB Variations
Color information
#C6F45A (or 0xC6F45A) is known color: Conifer. HEX triplet: C6, F4 and 5A. RGB value is (198,244,90). Sum of RGB (Red+Green+Blue) = 198+244+90=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 244 - color contains mainly: green. Hex color #C6F45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F45A is #390BA5. Grayscale: #D5D5D5. Windows color (decimal): -3738534 or 5960902. OLE color: 5960902.
HSL color Cylindrical-coordinate representation of color #C6F45A: hue angle of 77.92º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6F45A is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 244 | 90 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.04 |
| HSL | 77.92º | 0.88% | 0.65% | - |
| HSV(B) | 77.92º | 0.63% | 0.96% | - |
| XYZ | 57.48 | 77.45 | 21.59 | - |
| YUV | 212.69 | 58.76 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 244 | 90 | 0.19 | 0 | 0.63 | 0.04 | 77.92 | 0.88 | 0.65 |
| Hex | C6 | F4 | 5A | 13 | 0 | 3F | 4 | 4E | 58 | 41 |
| Octal | 306 | 364 | 132 | 23 | 0 | 77 | 4 | 116 | 130 | 101 |
| Binary | 11000110 | 11110100 | 1011010 | 10011 | 0 | 111111 | 100 | 1001110 | 1011000 | 1000001 |
Color Harmonies of #C6F45A
Complementary color
Monochromatic Colors of #C6F45A
Black with #C6F45A
Text Example
Text Example
White with #C6F45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F45A; }
p { color: rgb(198,244,90); }
H1.HeaderClassName
{
color: #C6F45A;
}
.AnyTagClassName
{
color: #C6F45A;
}
</style>
background-color css
<style>
a { background-color: #C6F45A; }
a { background-color: rgb(198,244,90); }
div.DivClassName
{
background-color: #C6F45A;
}
.BgClassName
{
background-color: #C6F45A;
}
</style>
border-color css
<style>
span { border-color: #C6F45A; }
span { border-color: rgb(198,244,90); }
td.TdClassName
{
border-color: #C6F45A;
}
.TagClassName
{
border-color: #C6F45A;
}
</style>