Shades of Fuego #C6E02C
Tints of Fuego #C6E02C
RGB
CMYK
RGB Variations
Color information
#C6E02C (or 0xC6E02C) is known color: Fuego. HEX triplet: C6, E0 and 2C. RGB value is (198,224,44). Sum of RGB (Red+Green+Blue) = 198+224+44=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E02C is #391FD3. Grayscale: #C4C4C4. Windows color (decimal): -3743700 or 2941126. OLE color: 2941126.
HSL color Cylindrical-coordinate representation of color #C6E02C: hue angle of 68.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6E02C is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 44 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.12 |
| HSL | 68.67º | 0.74% | 0.53% | - |
| HSV(B) | 68.67º | 0.8% | 0.88% | - |
| XYZ | 50.4 | 65.5 | 12.37 | - |
| YUV | 195.71 | 42.39 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 44 | 0.12 | 0 | 0.80 | 0.12 | 68.67 | 0.74 | 0.53 |
| Hex | C6 | E0 | 2C | C | 0 | 50 | C | 45 | 4A | 35 |
| Octal | 306 | 340 | 54 | 14 | 0 | 120 | 14 | 105 | 112 | 65 |
| Binary | 11000110 | 11100000 | 101100 | 1100 | 0 | 1010000 | 1100 | 1000101 | 1001010 | 110101 |
Color Harmonies of #C6E02C
Complementary color
Monochromatic Colors of #C6E02C
Black with #C6E02C
Text Example
Text Example
White with #C6E02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E02C; }
p { color: rgb(198,224,44); }
H1.HeaderClassName
{
color: #C6E02C;
}
.AnyTagClassName
{
color: #C6E02C;
}
</style>
background-color css
<style>
a { background-color: #C6E02C; }
a { background-color: rgb(198,224,44); }
div.DivClassName
{
background-color: #C6E02C;
}
.BgClassName
{
background-color: #C6E02C;
}
</style>
border-color css
<style>
span { border-color: #C6E02C; }
span { border-color: rgb(198,224,44); }
td.TdClassName
{
border-color: #C6E02C;
}
.TagClassName
{
border-color: #C6E02C;
}
</style>