Shades of Fuego #C5E41E
Tints of Fuego #C5E41E
RGB
CMYK
RGB Variations
Color information
#C5E41E (or 0xC5E41E) is known color: Fuego. HEX triplet: C5, E4 and 1E. RGB value is (197,228,30). Sum of RGB (Red+Green+Blue) = 197+228+30=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 228 (89.45% from 255 or 50.11% from 455); Blue value is 30 (12.11% from 255 or 6.59% from 455); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E41E is #3A1BE1. Grayscale: #C4C4C4. Windows color (decimal): -3808226 or 2024645. OLE color: 2024645.
HSL color Cylindrical-coordinate representation of color #C5E41E: hue angle of 69.39º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5E41E is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 228 | 30 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.11 |
| HSL | 69.39º | 0.79% | 0.51% | - |
| HSV(B) | 69.39º | 0.87% | 0.89% | - |
| XYZ | 51 | 67.45 | 11.56 | - |
| YUV | 196.16 | 34.23 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 228 | 30 | 0.14 | 0 | 0.87 | 0.11 | 69.39 | 0.79 | 0.51 |
| Hex | C5 | E4 | 1E | E | 0 | 57 | B | 45 | 4F | 33 |
| Octal | 305 | 344 | 36 | 16 | 0 | 127 | 13 | 105 | 117 | 63 |
| Binary | 11000101 | 11100100 | 11110 | 1110 | 0 | 1010111 | 1011 | 1000101 | 1001111 | 110011 |
Color Harmonies of #C5E41E
Complementary color
Monochromatic Colors of #C5E41E
Black with #C5E41E
Text Example
Text Example
White with #C5E41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E41E; }
p { color: rgb(197,228,30); }
H1.HeaderClassName
{
color: #C5E41E;
}
.AnyTagClassName
{
color: #C5E41E;
}
</style>
background-color css
<style>
a { background-color: #C5E41E; }
a { background-color: rgb(197,228,30); }
div.DivClassName
{
background-color: #C5E41E;
}
.BgClassName
{
background-color: #C5E41E;
}
</style>
border-color css
<style>
span { border-color: #C5E41E; }
span { border-color: rgb(197,228,30); }
td.TdClassName
{
border-color: #C5E41E;
}
.TagClassName
{
border-color: #C5E41E;
}
</style>