Shades of Fuego #C6DC2E
Tints of Fuego #C6DC2E
RGB
CMYK
RGB Variations
Color information
#C6DC2E (or 0xC6DC2E) is known color: Fuego. HEX triplet: C6, DC and 2E. RGB value is (198,220,46). Sum of RGB (Red+Green+Blue) = 198+220+46=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 46 (18.36% from 255 or 9.91% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DC2E is #3923D1. Grayscale: #C2C2C2. Windows color (decimal): -3744722 or 3071174. OLE color: 3071174.
HSL color Cylindrical-coordinate representation of color #C6DC2E: hue angle of 67.59º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6DC2E is Cyan = 0.1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 46 | - |
| CMYK | 0.1 | 0 | 0.79 | 0.14 |
| HSL | 67.59º | 0.71% | 0.52% | - |
| HSV(B) | 67.59º | 0.79% | 0.86% | - |
| XYZ | 49.38 | 63.39 | 12.22 | - |
| YUV | 193.59 | 44.71 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 46 | 0.1 | 0 | 0.79 | 0.14 | 67.59 | 0.71 | 0.52 |
| Hex | C6 | DC | 2E | A | 0 | 4F | E | 44 | 47 | 34 |
| Octal | 306 | 334 | 56 | 12 | 0 | 117 | 16 | 104 | 107 | 64 |
| Binary | 11000110 | 11011100 | 101110 | 1010 | 0 | 1001111 | 1110 | 1000100 | 1000111 | 110100 |
Color Harmonies of #C6DC2E
Complementary color
Monochromatic Colors of #C6DC2E
Black with #C6DC2E
Text Example
Text Example
White with #C6DC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC2E; }
p { color: rgb(198,220,46); }
H1.HeaderClassName
{
color: #C6DC2E;
}
.AnyTagClassName
{
color: #C6DC2E;
}
</style>
background-color css
<style>
a { background-color: #C6DC2E; }
a { background-color: rgb(198,220,46); }
div.DivClassName
{
background-color: #C6DC2E;
}
.BgClassName
{
background-color: #C6DC2E;
}
</style>
border-color css
<style>
span { border-color: #C6DC2E; }
span { border-color: rgb(198,220,46); }
td.TdClassName
{
border-color: #C6DC2E;
}
.TagClassName
{
border-color: #C6DC2E;
}
</style>