Shades of Conifer #C6F04A
Tints of Conifer #C6F04A
RGB
CMYK
RGB Variations
Color information
#C6F04A (or 0xC6F04A) is known color: Conifer. HEX triplet: C6, F0 and 4A. RGB value is (198,240,74). Sum of RGB (Red+Green+Blue) = 198+240+74=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F04A is #390FB5. Grayscale: #D1D1D1. Windows color (decimal): -3739574 or 4911302. OLE color: 4911302.
HSL color Cylindrical-coordinate representation of color #C6F04A: hue angle of 75.18º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6F04A is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 240 | 74 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.06 |
| HSL | 75.18º | 0.85% | 0.62% | - |
| HSV(B) | 75.18º | 0.69% | 0.94% | - |
| XYZ | 55.68 | 74.82 | 17.99 | - |
| YUV | 208.52 | 52.09 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 240 | 74 | 0.18 | 0 | 0.69 | 0.06 | 75.18 | 0.85 | 0.62 |
| Hex | C6 | F0 | 4A | 12 | 0 | 45 | 6 | 4B | 55 | 3E |
| Octal | 306 | 360 | 112 | 22 | 0 | 105 | 6 | 113 | 125 | 76 |
| Binary | 11000110 | 11110000 | 1001010 | 10010 | 0 | 1000101 | 110 | 1001011 | 1010101 | 111110 |
Color Harmonies of #C6F04A
Complementary color
Monochromatic Colors of #C6F04A
Black with #C6F04A
Text Example
Text Example
White with #C6F04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F04A; }
p { color: rgb(198,240,74); }
H1.HeaderClassName
{
color: #C6F04A;
}
.AnyTagClassName
{
color: #C6F04A;
}
</style>
background-color css
<style>
a { background-color: #C6F04A; }
a { background-color: rgb(198,240,74); }
div.DivClassName
{
background-color: #C6F04A;
}
.BgClassName
{
background-color: #C6F04A;
}
</style>
border-color css
<style>
span { border-color: #C6F04A; }
span { border-color: rgb(198,240,74); }
td.TdClassName
{
border-color: #C6F04A;
}
.TagClassName
{
border-color: #C6F04A;
}
</style>