Shades of Conifer #C6F34A
Tints of Conifer #C6F34A
RGB
CMYK
RGB Variations
Color information
#C6F34A (or 0xC6F34A) is known color: Conifer. HEX triplet: C6, F3 and 4A. RGB value is (198,243,74). Sum of RGB (Red+Green+Blue) = 198+243+74=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F34A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F34A is #390CB5. Grayscale: #D2D2D2. Windows color (decimal): -3738806 or 4912070. OLE color: 4912070.
HSL color Cylindrical-coordinate representation of color #C6F34A: hue angle of 75.98º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6F34A is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 243 | 74 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.05 |
| HSL | 75.98º | 0.88% | 0.62% | - |
| HSV(B) | 75.98º | 0.7% | 0.95% | - |
| XYZ | 56.58 | 76.6 | 18.28 | - |
| YUV | 210.28 | 51.09 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 243 | 74 | 0.19 | 0 | 0.70 | 0.05 | 75.98 | 0.88 | 0.62 |
| Hex | C6 | F3 | 4A | 13 | 0 | 46 | 5 | 4C | 58 | 3E |
| Octal | 306 | 363 | 112 | 23 | 0 | 106 | 5 | 114 | 130 | 76 |
| Binary | 11000110 | 11110011 | 1001010 | 10011 | 0 | 1000110 | 101 | 1001100 | 1011000 | 111110 |
Color Harmonies of #C6F34A
Complementary color
Monochromatic Colors of #C6F34A
Black with #C6F34A
Text Example
Text Example
White with #C6F34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F34A; }
p { color: rgb(198,243,74); }
H1.HeaderClassName
{
color: #C6F34A;
}
.AnyTagClassName
{
color: #C6F34A;
}
</style>
background-color css
<style>
a { background-color: #C6F34A; }
a { background-color: rgb(198,243,74); }
div.DivClassName
{
background-color: #C6F34A;
}
.BgClassName
{
background-color: #C6F34A;
}
</style>
border-color css
<style>
span { border-color: #C6F34A; }
span { border-color: rgb(198,243,74); }
td.TdClassName
{
border-color: #C6F34A;
}
.TagClassName
{
border-color: #C6F34A;
}
</style>