Shades of Fuego #C3E821
Tints of Fuego #C3E821
RGB
CMYK
RGB Variations
Color information
#C3E821 (or 0xC3E821) is known color: Fuego. HEX triplet: C3, E8 and 21. RGB value is (195,232,33). Sum of RGB (Red+Green+Blue) = 195+232+33=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 232 (91.02% from 255 or 50.43% from 460); Blue value is 33 (13.28% from 255 or 7.17% from 460); Max value from RGB is 232 - color contains mainly: green. Hex color #C3E821 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3E821 is #3C17DE. Grayscale: #C7C7C7. Windows color (decimal): -3938271 or 2222275. OLE color: 2222275.
HSL color Cylindrical-coordinate representation of color #C3E821: hue angle of 71.16º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3E821 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 232 | 33 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.09 |
| HSL | 71.16º | 0.81% | 0.52% | - |
| HSV(B) | 71.16º | 0.86% | 0.91% | - |
| XYZ | 51.64 | 69.43 | 12.12 | - |
| YUV | 198.25 | 34.74 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 232 | 33 | 0.16 | 0 | 0.86 | 0.09 | 71.16 | 0.81 | 0.52 |
| Hex | C3 | E8 | 21 | 10 | 0 | 56 | 9 | 47 | 51 | 34 |
| Octal | 303 | 350 | 41 | 20 | 0 | 126 | 11 | 107 | 121 | 64 |
| Binary | 11000011 | 11101000 | 100001 | 10000 | 0 | 1010110 | 1001 | 1000111 | 1010001 | 110100 |
Color Harmonies of #C3E821
Complementary color
Monochromatic Colors of #C3E821
Black with #C3E821
Text Example
Text Example
White with #C3E821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E821; }
p { color: rgb(195,232,33); }
H1.HeaderClassName
{
color: #C3E821;
}
.AnyTagClassName
{
color: #C3E821;
}
</style>
background-color css
<style>
a { background-color: #C3E821; }
a { background-color: rgb(195,232,33); }
div.DivClassName
{
background-color: #C3E821;
}
.BgClassName
{
background-color: #C3E821;
}
</style>
border-color css
<style>
span { border-color: #C3E821; }
span { border-color: rgb(195,232,33); }
td.TdClassName
{
border-color: #C3E821;
}
.TagClassName
{
border-color: #C3E821;
}
</style>