Shades of Fuego #C6E322
Tints of Fuego #C6E322
RGB
CMYK
RGB Variations
Color information
#C6E322 (or 0xC6E322) is known color: Fuego. HEX triplet: C6, E3 and 22. RGB value is (198,227,34). Sum of RGB (Red+Green+Blue) = 198+227+34=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 34 (13.67% from 255 or 7.41% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #C6E322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E322 is #391CDD. Grayscale: #C5C5C5. Windows color (decimal): -3742942 or 2286534. OLE color: 2286534.
HSL color Cylindrical-coordinate representation of color #C6E322: hue angle of 69.02º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6E322 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 227 | 34 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.11 |
| HSL | 69.02º | 0.78% | 0.51% | - |
| HSV(B) | 69.02º | 0.85% | 0.89% | - |
| XYZ | 51.05 | 67.06 | 11.77 | - |
| YUV | 196.33 | 36.39 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 227 | 34 | 0.13 | 0 | 0.85 | 0.11 | 69.02 | 0.78 | 0.51 |
| Hex | C6 | E3 | 22 | D | 0 | 55 | B | 45 | 4E | 33 |
| Octal | 306 | 343 | 42 | 15 | 0 | 125 | 13 | 105 | 116 | 63 |
| Binary | 11000110 | 11100011 | 100010 | 1101 | 0 | 1010101 | 1011 | 1000101 | 1001110 | 110011 |
Color Harmonies of #C6E322
Complementary color
Monochromatic Colors of #C6E322
Black with #C6E322
Text Example
Text Example
White with #C6E322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E322; }
p { color: rgb(198,227,34); }
H1.HeaderClassName
{
color: #C6E322;
}
.AnyTagClassName
{
color: #C6E322;
}
</style>
background-color css
<style>
a { background-color: #C6E322; }
a { background-color: rgb(198,227,34); }
div.DivClassName
{
background-color: #C6E322;
}
.BgClassName
{
background-color: #C6E322;
}
</style>
border-color css
<style>
span { border-color: #C6E322; }
span { border-color: rgb(198,227,34); }
td.TdClassName
{
border-color: #C6E322;
}
.TagClassName
{
border-color: #C6E322;
}
</style>