Shades of Fuego #C3E421
Tints of Fuego #C3E421
RGB
CMYK
RGB Variations
Color information
#C3E421 (or 0xC3E421) is known color: Fuego. HEX triplet: C3, E4 and 21. RGB value is (195,228,33). Sum of RGB (Red+Green+Blue) = 195+228+33=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 33 (13.28% from 255 or 7.24% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #C3E421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E421 is #3C1BDE. Grayscale: #C4C4C4. Windows color (decimal): -3939295 or 2221251. OLE color: 2221251.
HSL color Cylindrical-coordinate representation of color #C3E421: hue angle of 70.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3E421 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 228 | 33 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.11 |
| HSL | 70.15º | 0.78% | 0.51% | - |
| HSV(B) | 70.15º | 0.86% | 0.89% | - |
| XYZ | 50.52 | 67.2 | 11.75 | - |
| YUV | 195.9 | 36.07 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 228 | 33 | 0.14 | 0 | 0.86 | 0.11 | 70.15 | 0.78 | 0.51 |
| Hex | C3 | E4 | 21 | E | 0 | 56 | B | 46 | 4E | 33 |
| Octal | 303 | 344 | 41 | 16 | 0 | 126 | 13 | 106 | 116 | 63 |
| Binary | 11000011 | 11100100 | 100001 | 1110 | 0 | 1010110 | 1011 | 1000110 | 1001110 | 110011 |
Color Harmonies of #C3E421
Complementary color
Monochromatic Colors of #C3E421
Black with #C3E421
Text Example
Text Example
White with #C3E421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E421; }
p { color: rgb(195,228,33); }
H1.HeaderClassName
{
color: #C3E421;
}
.AnyTagClassName
{
color: #C3E421;
}
</style>
background-color css
<style>
a { background-color: #C3E421; }
a { background-color: rgb(195,228,33); }
div.DivClassName
{
background-color: #C3E421;
}
.BgClassName
{
background-color: #C3E421;
}
</style>
border-color css
<style>
span { border-color: #C3E421; }
span { border-color: rgb(195,228,33); }
td.TdClassName
{
border-color: #C3E421;
}
.TagClassName
{
border-color: #C3E421;
}
</style>