Shades of Fuego #C6DD2C
Tints of Fuego #C6DD2C
RGB
CMYK
RGB Variations
Color information
#C6DD2C (or 0xC6DD2C) is known color: Fuego. HEX triplet: C6, DD and 2C. RGB value is (198,221,44). Sum of RGB (Red+Green+Blue) = 198+221+44=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DD2C is #3922D3. Grayscale: #C2C2C2. Windows color (decimal): -3744468 or 2940358. OLE color: 2940358.
HSL color Cylindrical-coordinate representation of color #C6DD2C: hue angle of 67.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6DD2C is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 44 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.13 |
| HSL | 67.8º | 0.72% | 0.52% | - |
| HSV(B) | 67.8º | 0.8% | 0.87% | - |
| XYZ | 49.6 | 63.9 | 12.1 | - |
| YUV | 193.95 | 43.38 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 44 | 0.10 | 0 | 0.80 | 0.13 | 67.8 | 0.72 | 0.52 |
| Hex | C6 | DD | 2C | A | 0 | 50 | D | 44 | 48 | 34 |
| Octal | 306 | 335 | 54 | 12 | 0 | 120 | 15 | 104 | 110 | 64 |
| Binary | 11000110 | 11011101 | 101100 | 1010 | 0 | 1010000 | 1101 | 1000100 | 1001000 | 110100 |
Color Harmonies of #C6DD2C
Complementary color
Monochromatic Colors of #C6DD2C
Black with #C6DD2C
Text Example
Text Example
White with #C6DD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD2C; }
p { color: rgb(198,221,44); }
H1.HeaderClassName
{
color: #C6DD2C;
}
.AnyTagClassName
{
color: #C6DD2C;
}
</style>
background-color css
<style>
a { background-color: #C6DD2C; }
a { background-color: rgb(198,221,44); }
div.DivClassName
{
background-color: #C6DD2C;
}
.BgClassName
{
background-color: #C6DD2C;
}
</style>
border-color css
<style>
span { border-color: #C6DD2C; }
span { border-color: rgb(198,221,44); }
td.TdClassName
{
border-color: #C6DD2C;
}
.TagClassName
{
border-color: #C6DD2C;
}
</style>