Shades of Fuego #C6D12C
Tints of Fuego #C6D12C
RGB
CMYK
RGB Variations
Color information
#C6D12C (or 0xC6D12C) is known color: Fuego. HEX triplet: C6, D1 and 2C. RGB value is (198,209,44). Sum of RGB (Red+Green+Blue) = 198+209+44=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 44 (17.58% from 255 or 9.76% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D12C is #392ED3. Grayscale: #BBBBBB. Windows color (decimal): -3747540 or 2937286. OLE color: 2937286.
HSL color Cylindrical-coordinate representation of color #C6D12C: hue angle of 64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6D12C is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 209 | 44 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.18 |
| HSL | 64º | 0.65% | 0.5% | - |
| HSV(B) | 64º | 0.79% | 0.82% | - |
| XYZ | 46.54 | 57.79 | 11.08 | - |
| YUV | 186.9 | 47.36 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 209 | 44 | 0.05 | 0 | 0.79 | 0.18 | 64 | 0.65 | 0.5 |
| Hex | C6 | D1 | 2C | 5 | 0 | 4F | 12 | 40 | 41 | 32 |
| Octal | 306 | 321 | 54 | 5 | 0 | 117 | 22 | 100 | 101 | 62 |
| Binary | 11000110 | 11010001 | 101100 | 101 | 0 | 1001111 | 10010 | 1000000 | 1000001 | 110010 |
Color Harmonies of #C6D12C
Complementary color
Monochromatic Colors of #C6D12C
Black with #C6D12C
Text Example
Text Example
White with #C6D12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D12C; }
p { color: rgb(198,209,44); }
H1.HeaderClassName
{
color: #C6D12C;
}
.AnyTagClassName
{
color: #C6D12C;
}
</style>
background-color css
<style>
a { background-color: #C6D12C; }
a { background-color: rgb(198,209,44); }
div.DivClassName
{
background-color: #C6D12C;
}
.BgClassName
{
background-color: #C6D12C;
}
</style>
border-color css
<style>
span { border-color: #C6D12C; }
span { border-color: rgb(198,209,44); }
td.TdClassName
{
border-color: #C6D12C;
}
.TagClassName
{
border-color: #C6D12C;
}
</style>