Shades of Fuego #C6E31C
Tints of Fuego #C6E31C
RGB
CMYK
RGB Variations
Color information
#C6E31C (or 0xC6E31C) is known color: Fuego. HEX triplet: C6, E3 and 1C. RGB value is (198,227,28). Sum of RGB (Red+Green+Blue) = 198+227+28=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 28 (11.33% from 255 or 6.18% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #C6E31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E31C is #391CE3. Grayscale: #C4C4C4. Windows color (decimal): -3742948 or 1893318. OLE color: 1893318.
HSL color Cylindrical-coordinate representation of color #C6E31C: hue angle of 68.74º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6E31C is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 227 | 28 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.11 |
| HSL | 68.74º | 0.78% | 0.5% | - |
| HSV(B) | 68.74º | 0.88% | 0.89% | - |
| XYZ | 50.97 | 67.03 | 11.35 | - |
| YUV | 195.64 | 33.39 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 227 | 28 | 0.13 | 0 | 0.88 | 0.11 | 68.74 | 0.78 | 0.5 |
| Hex | C6 | E3 | 1C | D | 0 | 58 | B | 45 | 4E | 32 |
| Octal | 306 | 343 | 34 | 15 | 0 | 130 | 13 | 105 | 116 | 62 |
| Binary | 11000110 | 11100011 | 11100 | 1101 | 0 | 1011000 | 1011 | 1000101 | 1001110 | 110010 |
Color Harmonies of #C6E31C
Complementary color
Monochromatic Colors of #C6E31C
Black with #C6E31C
Text Example
Text Example
White with #C6E31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E31C; }
p { color: rgb(198,227,28); }
H1.HeaderClassName
{
color: #C6E31C;
}
.AnyTagClassName
{
color: #C6E31C;
}
</style>
background-color css
<style>
a { background-color: #C6E31C; }
a { background-color: rgb(198,227,28); }
div.DivClassName
{
background-color: #C6E31C;
}
.BgClassName
{
background-color: #C6E31C;
}
</style>
border-color css
<style>
span { border-color: #C6E31C; }
span { border-color: rgb(198,227,28); }
td.TdClassName
{
border-color: #C6E31C;
}
.TagClassName
{
border-color: #C6E31C;
}
</style>