Shades of Fuego #C6D12D
Tints of Fuego #C6D12D
RGB
CMYK
RGB Variations
Color information
#C6D12D (or 0xC6D12D) is known color: Fuego. HEX triplet: C6, D1 and 2D. RGB value is (198,209,45). Sum of RGB (Red+Green+Blue) = 198+209+45=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D12D is #392ED2. Grayscale: #BBBBBB. Windows color (decimal): -3747539 or 3002822. OLE color: 3002822.
HSL color Cylindrical-coordinate representation of color #C6D12D: hue angle of 64.02º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6D12D is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 209 | 45 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.18 |
| HSL | 64.02º | 0.65% | 0.5% | - |
| HSV(B) | 64.02º | 0.78% | 0.82% | - |
| XYZ | 46.56 | 57.8 | 11.18 | - |
| YUV | 187.02 | 47.86 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 209 | 45 | 0.05 | 0 | 0.78 | 0.18 | 64.02 | 0.65 | 0.5 |
| Hex | C6 | D1 | 2D | 5 | 0 | 4E | 12 | 40 | 41 | 32 |
| Octal | 306 | 321 | 55 | 5 | 0 | 116 | 22 | 100 | 101 | 62 |
| Binary | 11000110 | 11010001 | 101101 | 101 | 0 | 1001110 | 10010 | 1000000 | 1000001 | 110010 |
Color Harmonies of #C6D12D
Complementary color
Monochromatic Colors of #C6D12D
Black with #C6D12D
Text Example
Text Example
White with #C6D12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D12D; }
p { color: rgb(198,209,45); }
H1.HeaderClassName
{
color: #C6D12D;
}
.AnyTagClassName
{
color: #C6D12D;
}
</style>
background-color css
<style>
a { background-color: #C6D12D; }
a { background-color: rgb(198,209,45); }
div.DivClassName
{
background-color: #C6D12D;
}
.BgClassName
{
background-color: #C6D12D;
}
</style>
border-color css
<style>
span { border-color: #C6D12D; }
span { border-color: rgb(198,209,45); }
td.TdClassName
{
border-color: #C6D12D;
}
.TagClassName
{
border-color: #C6D12D;
}
</style>