Shades of Fuego #C7E21A
Tints of Fuego #C7E21A
RGB
CMYK
RGB Variations
Color information
#C7E21A (or 0xC7E21A) is known color: Fuego. HEX triplet: C7, E2 and 1A. RGB value is (199,226,26). Sum of RGB (Red+Green+Blue) = 199+226+26=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 226 (88.67% from 255 or 50.11% from 451); Blue value is 26 (10.55% from 255 or 5.76% from 451); Max value from RGB is 226 - color contains mainly: green. Hex color #C7E21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E21A is #381DE5. Grayscale: #C3C3C3. Windows color (decimal): -3677670 or 1761991. OLE color: 1761991.
HSL color Cylindrical-coordinate representation of color #C7E21A: hue angle of 68.1º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7E21A is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 226 | 26 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.11 |
| HSL | 68.1º | 0.79% | 0.49% | - |
| HSV(B) | 68.1º | 0.88% | 0.89% | - |
| XYZ | 50.94 | 66.61 | 11.15 | - |
| YUV | 195.13 | 32.55 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 226 | 26 | 0.12 | 0 | 0.88 | 0.11 | 68.1 | 0.79 | 0.49 |
| Hex | C7 | E2 | 1A | C | 0 | 58 | B | 44 | 4F | 31 |
| Octal | 307 | 342 | 32 | 14 | 0 | 130 | 13 | 104 | 117 | 61 |
| Binary | 11000111 | 11100010 | 11010 | 1100 | 0 | 1011000 | 1011 | 1000100 | 1001111 | 110001 |
Color Harmonies of #C7E21A
Complementary color
Monochromatic Colors of #C7E21A
Black with #C7E21A
Text Example
Text Example
White with #C7E21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E21A; }
p { color: rgb(199,226,26); }
H1.HeaderClassName
{
color: #C7E21A;
}
.AnyTagClassName
{
color: #C7E21A;
}
</style>
background-color css
<style>
a { background-color: #C7E21A; }
a { background-color: rgb(199,226,26); }
div.DivClassName
{
background-color: #C7E21A;
}
.BgClassName
{
background-color: #C7E21A;
}
</style>
border-color css
<style>
span { border-color: #C7E21A; }
span { border-color: rgb(199,226,26); }
td.TdClassName
{
border-color: #C7E21A;
}
.TagClassName
{
border-color: #C7E21A;
}
</style>