Shades of Fuego #C3E125
Tints of Fuego #C3E125
RGB
CMYK
RGB Variations
Color information
#C3E125 (or 0xC3E125) is known color: Fuego. HEX triplet: C3, E1 and 25. RGB value is (195,225,37). Sum of RGB (Red+Green+Blue) = 195+225+37=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E125 is #3C1EDA. Grayscale: #C3C3C3. Windows color (decimal): -3940059 or 2482627. OLE color: 2482627.
HSL color Cylindrical-coordinate representation of color #C3E125: hue angle of 69.57º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3E125 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 225 | 37 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.12 |
| HSL | 69.57º | 0.76% | 0.51% | - |
| HSV(B) | 69.57º | 0.84% | 0.88% | - |
| XYZ | 49.76 | 65.59 | 11.79 | - |
| YUV | 194.6 | 39.06 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 225 | 37 | 0.13 | 0 | 0.84 | 0.12 | 69.57 | 0.76 | 0.51 |
| Hex | C3 | E1 | 25 | D | 0 | 54 | C | 46 | 4C | 33 |
| Octal | 303 | 341 | 45 | 15 | 0 | 124 | 14 | 106 | 114 | 63 |
| Binary | 11000011 | 11100001 | 100101 | 1101 | 0 | 1010100 | 1100 | 1000110 | 1001100 | 110011 |
Color Harmonies of #C3E125
Complementary color
Monochromatic Colors of #C3E125
Black with #C3E125
Text Example
Text Example
White with #C3E125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E125; }
p { color: rgb(195,225,37); }
H1.HeaderClassName
{
color: #C3E125;
}
.AnyTagClassName
{
color: #C3E125;
}
</style>
background-color css
<style>
a { background-color: #C3E125; }
a { background-color: rgb(195,225,37); }
div.DivClassName
{
background-color: #C3E125;
}
.BgClassName
{
background-color: #C3E125;
}
</style>
border-color css
<style>
span { border-color: #C3E125; }
span { border-color: rgb(195,225,37); }
td.TdClassName
{
border-color: #C3E125;
}
.TagClassName
{
border-color: #C3E125;
}
</style>