Shades of Conifer #C6F94A
Tints of Conifer #C6F94A
RGB
CMYK
RGB Variations
Color information
#C6F94A (or 0xC6F94A) is known color: Conifer. HEX triplet: C6, F9 and 4A. RGB value is (198,249,74). Sum of RGB (Red+Green+Blue) = 198+249+74=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #C6F94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F94A is #3906B5. Grayscale: #D6D6D6. Windows color (decimal): -3737270 or 4913606. OLE color: 4913606.
HSL color Cylindrical-coordinate representation of color #C6F94A: hue angle of 77.49º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6F94A is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 249 | 74 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.02 |
| HSL | 77.49º | 0.94% | 0.63% | - |
| HSV(B) | 77.49º | 0.7% | 0.98% | - |
| XYZ | 58.4 | 80.25 | 18.89 | - |
| YUV | 213.8 | 49.1 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 249 | 74 | 0.20 | 0 | 0.70 | 0.02 | 77.49 | 0.94 | 0.63 |
| Hex | C6 | F9 | 4A | 14 | 0 | 46 | 2 | 4D | 5E | 3F |
| Octal | 306 | 371 | 112 | 24 | 0 | 106 | 2 | 115 | 136 | 77 |
| Binary | 11000110 | 11111001 | 1001010 | 10100 | 0 | 1000110 | 10 | 1001101 | 1011110 | 111111 |
Color Harmonies of #C6F94A
Complementary color
Monochromatic Colors of #C6F94A
Black with #C6F94A
Text Example
Text Example
White with #C6F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F94A; }
p { color: rgb(198,249,74); }
H1.HeaderClassName
{
color: #C6F94A;
}
.AnyTagClassName
{
color: #C6F94A;
}
</style>
background-color css
<style>
a { background-color: #C6F94A; }
a { background-color: rgb(198,249,74); }
div.DivClassName
{
background-color: #C6F94A;
}
.BgClassName
{
background-color: #C6F94A;
}
</style>
border-color css
<style>
span { border-color: #C6F94A; }
span { border-color: rgb(198,249,74); }
td.TdClassName
{
border-color: #C6F94A;
}
.TagClassName
{
border-color: #C6F94A;
}
</style>