Shades of Fuego #C6E227
Tints of Fuego #C6E227
RGB
CMYK
RGB Variations
Color information
#C6E227 (or 0xC6E227) is known color: Fuego. HEX triplet: C6, E2 and 27. RGB value is (198,226,39). Sum of RGB (Red+Green+Blue) = 198+226+39=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 39 (15.62% from 255 or 8.42% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #C6E227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E227 is #391DD8. Grayscale: #C5C5C5. Windows color (decimal): -3743193 or 2613958. OLE color: 2613958.
HSL color Cylindrical-coordinate representation of color #C6E227: hue angle of 68.98º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6E227 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 226 | 39 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.11 |
| HSL | 68.98º | 0.76% | 0.52% | - |
| HSV(B) | 68.98º | 0.83% | 0.89% | - |
| XYZ | 50.85 | 66.54 | 12.08 | - |
| YUV | 196.31 | 39.22 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 226 | 39 | 0.12 | 0 | 0.83 | 0.11 | 68.98 | 0.76 | 0.52 |
| Hex | C6 | E2 | 27 | C | 0 | 53 | B | 45 | 4C | 34 |
| Octal | 306 | 342 | 47 | 14 | 0 | 123 | 13 | 105 | 114 | 64 |
| Binary | 11000110 | 11100010 | 100111 | 1100 | 0 | 1010011 | 1011 | 1000101 | 1001100 | 110100 |
Color Harmonies of #C6E227
Complementary color
Monochromatic Colors of #C6E227
Black with #C6E227
Text Example
Text Example
White with #C6E227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E227; }
p { color: rgb(198,226,39); }
H1.HeaderClassName
{
color: #C6E227;
}
.AnyTagClassName
{
color: #C6E227;
}
</style>
background-color css
<style>
a { background-color: #C6E227; }
a { background-color: rgb(198,226,39); }
div.DivClassName
{
background-color: #C6E227;
}
.BgClassName
{
background-color: #C6E227;
}
</style>
border-color css
<style>
span { border-color: #C6E227; }
span { border-color: rgb(198,226,39); }
td.TdClassName
{
border-color: #C6E227;
}
.TagClassName
{
border-color: #C6E227;
}
</style>