Shades of Fuego #C2E025
Tints of Fuego #C2E025
RGB
CMYK
RGB Variations
Color information
#C2E025 (or 0xC2E025) is known color: Fuego. HEX triplet: C2, E0 and 25. RGB value is (194,224,37). Sum of RGB (Red+Green+Blue) = 194+224+37=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E025 is #3D1FDA. Grayscale: #C2C2C2. Windows color (decimal): -4005851 or 2482370. OLE color: 2482370.
HSL color Cylindrical-coordinate representation of color #C2E025: hue angle of 69.63º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2E025 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 37 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.12 |
| HSL | 69.63º | 0.75% | 0.51% | - |
| HSV(B) | 69.63º | 0.83% | 0.88% | - |
| XYZ | 49.24 | 64.91 | 11.68 | - |
| YUV | 193.71 | 39.56 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 37 | 0.13 | 0 | 0.83 | 0.12 | 69.63 | 0.75 | 0.51 |
| Hex | C2 | E0 | 25 | D | 0 | 53 | C | 46 | 4B | 33 |
| Octal | 302 | 340 | 45 | 15 | 0 | 123 | 14 | 106 | 113 | 63 |
| Binary | 11000010 | 11100000 | 100101 | 1101 | 0 | 1010011 | 1100 | 1000110 | 1001011 | 110011 |
Color Harmonies of #C2E025
Complementary color
Monochromatic Colors of #C2E025
Black with #C2E025
Text Example
Text Example
White with #C2E025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E025; }
p { color: rgb(194,224,37); }
H1.HeaderClassName
{
color: #C2E025;
}
.AnyTagClassName
{
color: #C2E025;
}
</style>
background-color css
<style>
a { background-color: #C2E025; }
a { background-color: rgb(194,224,37); }
div.DivClassName
{
background-color: #C2E025;
}
.BgClassName
{
background-color: #C2E025;
}
</style>
border-color css
<style>
span { border-color: #C2E025; }
span { border-color: rgb(194,224,37); }
td.TdClassName
{
border-color: #C2E025;
}
.TagClassName
{
border-color: #C2E025;
}
</style>