Shades of Fuego #C3E425
Tints of Fuego #C3E425
RGB
CMYK
RGB Variations
Color information
#C3E425 (or 0xC3E425) is known color: Fuego. HEX triplet: C3, E4 and 25. RGB value is (195,228,37). Sum of RGB (Red+Green+Blue) = 195+228+37=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 37 (14.84% from 255 or 8.04% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #C3E425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E425 is #3C1BDA. Grayscale: #C5C5C5. Windows color (decimal): -3939291 or 2483395. OLE color: 2483395.
HSL color Cylindrical-coordinate representation of color #C3E425: hue angle of 70.37º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3E425 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 228 | 37 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.11 |
| HSL | 70.37º | 0.78% | 0.52% | - |
| HSV(B) | 70.37º | 0.84% | 0.89% | - |
| XYZ | 50.58 | 67.22 | 12.06 | - |
| YUV | 196.36 | 38.07 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 228 | 37 | 0.14 | 0 | 0.84 | 0.11 | 70.37 | 0.78 | 0.52 |
| Hex | C3 | E4 | 25 | E | 0 | 54 | B | 46 | 4E | 34 |
| Octal | 303 | 344 | 45 | 16 | 0 | 124 | 13 | 106 | 116 | 64 |
| Binary | 11000011 | 11100100 | 100101 | 1110 | 0 | 1010100 | 1011 | 1000110 | 1001110 | 110100 |
Color Harmonies of #C3E425
Complementary color
Monochromatic Colors of #C3E425
Black with #C3E425
Text Example
Text Example
White with #C3E425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E425; }
p { color: rgb(195,228,37); }
H1.HeaderClassName
{
color: #C3E425;
}
.AnyTagClassName
{
color: #C3E425;
}
</style>
background-color css
<style>
a { background-color: #C3E425; }
a { background-color: rgb(195,228,37); }
div.DivClassName
{
background-color: #C3E425;
}
.BgClassName
{
background-color: #C3E425;
}
</style>
border-color css
<style>
span { border-color: #C3E425; }
span { border-color: rgb(195,228,37); }
td.TdClassName
{
border-color: #C3E425;
}
.TagClassName
{
border-color: #C3E425;
}
</style>