Shades of Fuego #C6D41D
Tints of Fuego #C6D41D
RGB
CMYK
RGB Variations
Color information
#C6D41D (or 0xC6D41D) is known color: Fuego. HEX triplet: C6, D4 and 1D. RGB value is (198,212,29). Sum of RGB (Red+Green+Blue) = 198+212+29=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 29 (11.72% from 255 or 6.61% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D41D is #392BE2. Grayscale: #BBBBBB. Windows color (decimal): -3746787 or 1955014. OLE color: 1955014.
HSL color Cylindrical-coordinate representation of color #C6D41D: hue angle of 64.59º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6D41D is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 212 | 29 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.17 |
| HSL | 64.59º | 0.76% | 0.47% | - |
| HSV(B) | 64.59º | 0.86% | 0.83% | - |
| XYZ | 47.05 | 59.18 | 10.11 | - |
| YUV | 186.95 | 38.86 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 212 | 29 | 0.07 | 0 | 0.86 | 0.17 | 64.59 | 0.76 | 0.47 |
| Hex | C6 | D4 | 1D | 7 | 0 | 56 | 11 | 41 | 4C | 2F |
| Octal | 306 | 324 | 35 | 7 | 0 | 126 | 21 | 101 | 114 | 57 |
| Binary | 11000110 | 11010100 | 11101 | 111 | 0 | 1010110 | 10001 | 1000001 | 1001100 | 101111 |
Color Harmonies of #C6D41D
Complementary color
Monochromatic Colors of #C6D41D
Black with #C6D41D
Text Example
Text Example
White with #C6D41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D41D; }
p { color: rgb(198,212,29); }
H1.HeaderClassName
{
color: #C6D41D;
}
.AnyTagClassName
{
color: #C6D41D;
}
</style>
background-color css
<style>
a { background-color: #C6D41D; }
a { background-color: rgb(198,212,29); }
div.DivClassName
{
background-color: #C6D41D;
}
.BgClassName
{
background-color: #C6D41D;
}
</style>
border-color css
<style>
span { border-color: #C6D41D; }
span { border-color: rgb(198,212,29); }
td.TdClassName
{
border-color: #C6D41D;
}
.TagClassName
{
border-color: #C6D41D;
}
</style>