Shades of Fuego #C6D121
Tints of Fuego #C6D121
RGB
CMYK
RGB Variations
Color information
#C6D121 (or 0xC6D121) is known color: Fuego. HEX triplet: C6, D1 and 21. RGB value is (198,209,33). Sum of RGB (Red+Green+Blue) = 198+209+33=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D121 is #392EDE. Grayscale: #BABABA. Windows color (decimal): -3747551 or 2216390. OLE color: 2216390.
HSL color Cylindrical-coordinate representation of color #C6D121: hue angle of 63.75º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6D121 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 209 | 33 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.18 |
| HSL | 63.75º | 0.73% | 0.47% | - |
| HSV(B) | 63.75º | 0.84% | 0.82% | - |
| XYZ | 46.36 | 57.72 | 10.14 | - |
| YUV | 185.65 | 41.86 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 209 | 33 | 0.05 | 0 | 0.84 | 0.18 | 63.75 | 0.73 | 0.47 |
| Hex | C6 | D1 | 21 | 5 | 0 | 54 | 12 | 40 | 49 | 2F |
| Octal | 306 | 321 | 41 | 5 | 0 | 124 | 22 | 100 | 111 | 57 |
| Binary | 11000110 | 11010001 | 100001 | 101 | 0 | 1010100 | 10010 | 1000000 | 1001001 | 101111 |
Color Harmonies of #C6D121
Complementary color
Monochromatic Colors of #C6D121
Black with #C6D121
Text Example
Text Example
White with #C6D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D121; }
p { color: rgb(198,209,33); }
H1.HeaderClassName
{
color: #C6D121;
}
.AnyTagClassName
{
color: #C6D121;
}
</style>
background-color css
<style>
a { background-color: #C6D121; }
a { background-color: rgb(198,209,33); }
div.DivClassName
{
background-color: #C6D121;
}
.BgClassName
{
background-color: #C6D121;
}
</style>
border-color css
<style>
span { border-color: #C6D121; }
span { border-color: rgb(198,209,33); }
td.TdClassName
{
border-color: #C6D121;
}
.TagClassName
{
border-color: #C6D121;
}
</style>