Shades of Fuego #C5E02D
Tints of Fuego #C5E02D
RGB
CMYK
RGB Variations
Color information
#C5E02D (or 0xC5E02D) is known color: Fuego. HEX triplet: C5, E0 and 2D. RGB value is (197,224,45). Sum of RGB (Red+Green+Blue) = 197+224+45=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E02D is #3A1FD2. Grayscale: #C4C4C4. Windows color (decimal): -3809235 or 3006661. OLE color: 3006661.
HSL color Cylindrical-coordinate representation of color #C5E02D: hue angle of 69.05º degrees, saturation: 0.74, 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 #C5E02D is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 45 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.12 |
| HSL | 69.05º | 0.74% | 0.53% | - |
| HSV(B) | 69.05º | 0.8% | 0.88% | - |
| XYZ | 50.16 | 65.37 | 12.46 | - |
| YUV | 195.52 | 43.05 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 45 | 0.12 | 0 | 0.80 | 0.12 | 69.05 | 0.74 | 0.53 |
| Hex | C5 | E0 | 2D | C | 0 | 50 | C | 45 | 4A | 35 |
| Octal | 305 | 340 | 55 | 14 | 0 | 120 | 14 | 105 | 112 | 65 |
| Binary | 11000101 | 11100000 | 101101 | 1100 | 0 | 1010000 | 1100 | 1000101 | 1001010 | 110101 |
Color Harmonies of #C5E02D
Complementary color
Monochromatic Colors of #C5E02D
Black with #C5E02D
Text Example
Text Example
White with #C5E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E02D; }
p { color: rgb(197,224,45); }
H1.HeaderClassName
{
color: #C5E02D;
}
.AnyTagClassName
{
color: #C5E02D;
}
</style>
background-color css
<style>
a { background-color: #C5E02D; }
a { background-color: rgb(197,224,45); }
div.DivClassName
{
background-color: #C5E02D;
}
.BgClassName
{
background-color: #C5E02D;
}
</style>
border-color css
<style>
span { border-color: #C5E02D; }
span { border-color: rgb(197,224,45); }
td.TdClassName
{
border-color: #C5E02D;
}
.TagClassName
{
border-color: #C5E02D;
}
</style>