Shades of Fuego #C7E41C
Tints of Fuego #C7E41C
RGB
CMYK
RGB Variations
Color information
#C7E41C (or 0xC7E41C) is known color: Fuego. HEX triplet: C7, E4 and 1C. RGB value is (199,228,28). Sum of RGB (Red+Green+Blue) = 199+228+28=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 228 (89.45% from 255 or 50.11% from 455); Blue value is 28 (11.33% from 255 or 6.15% from 455); Max value from RGB is 228 - color contains mainly: green. Hex color #C7E41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E41C is #381BE3. Grayscale: #C5C5C5. Windows color (decimal): -3677156 or 1893575. OLE color: 1893575.
HSL color Cylindrical-coordinate representation of color #C7E41C: hue angle of 68.7º degrees, saturation: 0.79, 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 #C7E41C is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 228 | 28 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.11 |
| HSL | 68.7º | 0.79% | 0.5% | - |
| HSV(B) | 68.7º | 0.88% | 0.89% | - |
| XYZ | 51.51 | 67.71 | 11.45 | - |
| YUV | 196.53 | 32.89 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 228 | 28 | 0.13 | 0 | 0.88 | 0.11 | 68.7 | 0.79 | 0.5 |
| Hex | C7 | E4 | 1C | D | 0 | 58 | B | 45 | 4F | 32 |
| Octal | 307 | 344 | 34 | 15 | 0 | 130 | 13 | 105 | 117 | 62 |
| Binary | 11000111 | 11100100 | 11100 | 1101 | 0 | 1011000 | 1011 | 1000101 | 1001111 | 110010 |
Color Harmonies of #C7E41C
Complementary color
Monochromatic Colors of #C7E41C
Black with #C7E41C
Text Example
Text Example
White with #C7E41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E41C; }
p { color: rgb(199,228,28); }
H1.HeaderClassName
{
color: #C7E41C;
}
.AnyTagClassName
{
color: #C7E41C;
}
</style>
background-color css
<style>
a { background-color: #C7E41C; }
a { background-color: rgb(199,228,28); }
div.DivClassName
{
background-color: #C7E41C;
}
.BgClassName
{
background-color: #C7E41C;
}
</style>
border-color css
<style>
span { border-color: #C7E41C; }
span { border-color: rgb(199,228,28); }
td.TdClassName
{
border-color: #C7E41C;
}
.TagClassName
{
border-color: #C7E41C;
}
</style>