Shades of Fuego #C5E12C
Tints of Fuego #C5E12C
RGB
CMYK
RGB Variations
Color information
#C5E12C (or 0xC5E12C) is known color: Fuego. HEX triplet: C5, E1 and 2C. RGB value is (197,225,44). Sum of RGB (Red+Green+Blue) = 197+225+44=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E12C is #3A1ED3. Grayscale: #C4C4C4. Windows color (decimal): -3808980 or 2941381. OLE color: 2941381.
HSL color Cylindrical-coordinate representation of color #C5E12C: hue angle of 69.28º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5E12C is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 225 | 44 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.12 |
| HSL | 69.28º | 0.75% | 0.53% | - |
| HSV(B) | 69.28º | 0.8% | 0.88% | - |
| XYZ | 50.41 | 65.9 | 12.45 | - |
| YUV | 195.99 | 42.22 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 44 | 0.12 | 0 | 0.80 | 0.12 | 69.28 | 0.75 | 0.53 |
| Hex | C5 | E1 | 2C | C | 0 | 50 | C | 45 | 4B | 35 |
| Octal | 305 | 341 | 54 | 14 | 0 | 120 | 14 | 105 | 113 | 65 |
| Binary | 11000101 | 11100001 | 101100 | 1100 | 0 | 1010000 | 1100 | 1000101 | 1001011 | 110101 |
Color Harmonies of #C5E12C
Complementary color
Monochromatic Colors of #C5E12C
Black with #C5E12C
Text Example
Text Example
White with #C5E12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E12C; }
p { color: rgb(197,225,44); }
H1.HeaderClassName
{
color: #C5E12C;
}
.AnyTagClassName
{
color: #C5E12C;
}
</style>
background-color css
<style>
a { background-color: #C5E12C; }
a { background-color: rgb(197,225,44); }
div.DivClassName
{
background-color: #C5E12C;
}
.BgClassName
{
background-color: #C5E12C;
}
</style>
border-color css
<style>
span { border-color: #C5E12C; }
span { border-color: rgb(197,225,44); }
td.TdClassName
{
border-color: #C5E12C;
}
.TagClassName
{
border-color: #C5E12C;
}
</style>