Shades of Fuego #C3E020
Tints of Fuego #C3E020
RGB
CMYK
RGB Variations
Color information
#C3E020 (or 0xC3E020) is known color: Fuego. HEX triplet: C3, E0 and 20. RGB value is (195,224,32). Sum of RGB (Red+Green+Blue) = 195+224+32=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E020 is #3C1FDF. Grayscale: #C2C2C2. Windows color (decimal): -3940320 or 2154691. OLE color: 2154691.
HSL color Cylindrical-coordinate representation of color #C3E020: hue angle of 69.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3E020 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 32 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.12 |
| HSL | 69.06º | 0.76% | 0.5% | - |
| HSV(B) | 69.06º | 0.86% | 0.88% | - |
| XYZ | 49.42 | 65.02 | 11.31 | - |
| YUV | 193.44 | 36.89 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 32 | 0.13 | 0 | 0.86 | 0.12 | 69.06 | 0.76 | 0.5 |
| Hex | C3 | E0 | 20 | D | 0 | 56 | C | 45 | 4C | 32 |
| Octal | 303 | 340 | 40 | 15 | 0 | 126 | 14 | 105 | 114 | 62 |
| Binary | 11000011 | 11100000 | 100000 | 1101 | 0 | 1010110 | 1100 | 1000101 | 1001100 | 110010 |
Color Harmonies of #C3E020
Complementary color
Monochromatic Colors of #C3E020
Black with #C3E020
Text Example
Text Example
White with #C3E020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E020; }
p { color: rgb(195,224,32); }
H1.HeaderClassName
{
color: #C3E020;
}
.AnyTagClassName
{
color: #C3E020;
}
</style>
background-color css
<style>
a { background-color: #C3E020; }
a { background-color: rgb(195,224,32); }
div.DivClassName
{
background-color: #C3E020;
}
.BgClassName
{
background-color: #C3E020;
}
</style>
border-color css
<style>
span { border-color: #C3E020; }
span { border-color: rgb(195,224,32); }
td.TdClassName
{
border-color: #C3E020;
}
.TagClassName
{
border-color: #C3E020;
}
</style>