Shades of Fuego #C6DD2E
Tints of Fuego #C6DD2E
RGB
CMYK
RGB Variations
Color information
#C6DD2E (or 0xC6DD2E) is known color: Fuego. HEX triplet: C6, DD and 2E. RGB value is (198,221,46). Sum of RGB (Red+Green+Blue) = 198+221+46=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DD2E is #3922D1. Grayscale: #C2C2C2. Windows color (decimal): -3744466 or 3071430. OLE color: 3071430.
HSL color Cylindrical-coordinate representation of color #C6DD2E: hue angle of 67.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6DD2E is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 46 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.13 |
| HSL | 67.89º | 0.72% | 0.52% | - |
| HSV(B) | 67.89º | 0.79% | 0.87% | - |
| XYZ | 49.64 | 63.92 | 12.31 | - |
| YUV | 194.17 | 44.38 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 46 | 0.10 | 0 | 0.79 | 0.13 | 67.89 | 0.72 | 0.52 |
| Hex | C6 | DD | 2E | A | 0 | 4F | D | 44 | 48 | 34 |
| Octal | 306 | 335 | 56 | 12 | 0 | 117 | 15 | 104 | 110 | 64 |
| Binary | 11000110 | 11011101 | 101110 | 1010 | 0 | 1001111 | 1101 | 1000100 | 1001000 | 110100 |
Color Harmonies of #C6DD2E
Complementary color
Monochromatic Colors of #C6DD2E
Black with #C6DD2E
Text Example
Text Example
White with #C6DD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD2E; }
p { color: rgb(198,221,46); }
H1.HeaderClassName
{
color: #C6DD2E;
}
.AnyTagClassName
{
color: #C6DD2E;
}
</style>
background-color css
<style>
a { background-color: #C6DD2E; }
a { background-color: rgb(198,221,46); }
div.DivClassName
{
background-color: #C6DD2E;
}
.BgClassName
{
background-color: #C6DD2E;
}
</style>
border-color css
<style>
span { border-color: #C6DD2E; }
span { border-color: rgb(198,221,46); }
td.TdClassName
{
border-color: #C6DD2E;
}
.TagClassName
{
border-color: #C6DD2E;
}
</style>