Shades of Fuego #C3E321
Tints of Fuego #C3E321
RGB
CMYK
RGB Variations
Color information
#C3E321 (or 0xC3E321) is known color: Fuego. HEX triplet: C3, E3 and 21. RGB value is (195,227,33). Sum of RGB (Red+Green+Blue) = 195+227+33=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 33 (13.28% from 255 or 7.25% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #C3E321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E321 is #3C1CDE. Grayscale: #C4C4C4. Windows color (decimal): -3939551 or 2220995. OLE color: 2220995.
HSL color Cylindrical-coordinate representation of color #C3E321: hue angle of 69.9º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3E321 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 227 | 33 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.11 |
| HSL | 69.9º | 0.78% | 0.51% | - |
| HSV(B) | 69.9º | 0.85% | 0.89% | - |
| XYZ | 50.25 | 66.65 | 11.66 | - |
| YUV | 195.32 | 36.4 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 227 | 33 | 0.14 | 0 | 0.85 | 0.11 | 69.9 | 0.78 | 0.51 |
| Hex | C3 | E3 | 21 | E | 0 | 55 | B | 46 | 4E | 33 |
| Octal | 303 | 343 | 41 | 16 | 0 | 125 | 13 | 106 | 116 | 63 |
| Binary | 11000011 | 11100011 | 100001 | 1110 | 0 | 1010101 | 1011 | 1000110 | 1001110 | 110011 |
Color Harmonies of #C3E321
Complementary color
Monochromatic Colors of #C3E321
Black with #C3E321
Text Example
Text Example
White with #C3E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E321; }
p { color: rgb(195,227,33); }
H1.HeaderClassName
{
color: #C3E321;
}
.AnyTagClassName
{
color: #C3E321;
}
</style>
background-color css
<style>
a { background-color: #C3E321; }
a { background-color: rgb(195,227,33); }
div.DivClassName
{
background-color: #C3E321;
}
.BgClassName
{
background-color: #C3E321;
}
</style>
border-color css
<style>
span { border-color: #C3E321; }
span { border-color: rgb(195,227,33); }
td.TdClassName
{
border-color: #C3E321;
}
.TagClassName
{
border-color: #C3E321;
}
</style>