Shades of Fuego #C5E12A
Tints of Fuego #C5E12A
RGB
CMYK
RGB Variations
Color information
#C5E12A (or 0xC5E12A) is known color: Fuego. HEX triplet: C5, E1 and 2A. RGB value is (197,225,42). Sum of RGB (Red+Green+Blue) = 197+225+42=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E12A is #3A1ED5. Grayscale: #C4C4C4. Windows color (decimal): -3808982 or 2810309. OLE color: 2810309.
HSL color Cylindrical-coordinate representation of color #C5E12A: hue angle of 69.18º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5E12A is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 225 | 42 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.12 |
| HSL | 69.18º | 0.75% | 0.52% | - |
| HSV(B) | 69.18º | 0.81% | 0.88% | - |
| XYZ | 50.37 | 65.89 | 12.25 | - |
| YUV | 195.77 | 41.22 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 42 | 0.12 | 0 | 0.81 | 0.12 | 69.18 | 0.75 | 0.52 |
| Hex | C5 | E1 | 2A | C | 0 | 51 | C | 45 | 4B | 34 |
| Octal | 305 | 341 | 52 | 14 | 0 | 121 | 14 | 105 | 113 | 64 |
| Binary | 11000101 | 11100001 | 101010 | 1100 | 0 | 1010001 | 1100 | 1000101 | 1001011 | 110100 |
Color Harmonies of #C5E12A
Complementary color
Monochromatic Colors of #C5E12A
Black with #C5E12A
Text Example
Text Example
White with #C5E12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E12A; }
p { color: rgb(197,225,42); }
H1.HeaderClassName
{
color: #C5E12A;
}
.AnyTagClassName
{
color: #C5E12A;
}
</style>
background-color css
<style>
a { background-color: #C5E12A; }
a { background-color: rgb(197,225,42); }
div.DivClassName
{
background-color: #C5E12A;
}
.BgClassName
{
background-color: #C5E12A;
}
</style>
border-color css
<style>
span { border-color: #C5E12A; }
span { border-color: rgb(197,225,42); }
td.TdClassName
{
border-color: #C5E12A;
}
.TagClassName
{
border-color: #C5E12A;
}
</style>