Shades of Fuego #C6E22B
Tints of Fuego #C6E22B
RGB
CMYK
RGB Variations
Color information
#C6E22B (or 0xC6E22B) is known color: Fuego. HEX triplet: C6, E2 and 2B. RGB value is (198,226,43). Sum of RGB (Red+Green+Blue) = 198+226+43=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 43 (17.19% from 255 or 9.21% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #C6E22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E22B is #391DD4. Grayscale: #C5C5C5. Windows color (decimal): -3743189 or 2876102. OLE color: 2876102.
HSL color Cylindrical-coordinate representation of color #C6E22B: hue angle of 69.18º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6E22B is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 226 | 43 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.11 |
| HSL | 69.18º | 0.76% | 0.53% | - |
| HSV(B) | 69.18º | 0.81% | 0.89% | - |
| XYZ | 50.92 | 66.57 | 12.45 | - |
| YUV | 196.77 | 41.22 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 226 | 43 | 0.12 | 0 | 0.81 | 0.11 | 69.18 | 0.76 | 0.53 |
| Hex | C6 | E2 | 2B | C | 0 | 51 | B | 45 | 4C | 35 |
| Octal | 306 | 342 | 53 | 14 | 0 | 121 | 13 | 105 | 114 | 65 |
| Binary | 11000110 | 11100010 | 101011 | 1100 | 0 | 1010001 | 1011 | 1000101 | 1001100 | 110101 |
Color Harmonies of #C6E22B
Complementary color
Monochromatic Colors of #C6E22B
Black with #C6E22B
Text Example
Text Example
White with #C6E22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E22B; }
p { color: rgb(198,226,43); }
H1.HeaderClassName
{
color: #C6E22B;
}
.AnyTagClassName
{
color: #C6E22B;
}
</style>
background-color css
<style>
a { background-color: #C6E22B; }
a { background-color: rgb(198,226,43); }
div.DivClassName
{
background-color: #C6E22B;
}
.BgClassName
{
background-color: #C6E22B;
}
</style>
border-color css
<style>
span { border-color: #C6E22B; }
span { border-color: rgb(198,226,43); }
td.TdClassName
{
border-color: #C6E22B;
}
.TagClassName
{
border-color: #C6E22B;
}
</style>