Shades of Fuego #C3E320
Tints of Fuego #C3E320
RGB
CMYK
RGB Variations
Color information
#C3E320 (or 0xC3E320) is known color: Fuego. HEX triplet: C3, E3 and 20. RGB value is (195,227,32). Sum of RGB (Red+Green+Blue) = 195+227+32=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #C3E320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E320 is #3C1CDF. Grayscale: #C3C3C3. Windows color (decimal): -3939552 or 2155459. OLE color: 2155459.
HSL color Cylindrical-coordinate representation of color #C3E320: hue angle of 69.85º 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 #C3E320 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 227 | 32 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.11 |
| HSL | 69.85º | 0.78% | 0.51% | - |
| HSV(B) | 69.85º | 0.86% | 0.89% | - |
| XYZ | 50.24 | 66.64 | 11.58 | - |
| YUV | 195.2 | 35.9 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 227 | 32 | 0.14 | 0 | 0.86 | 0.11 | 69.85 | 0.78 | 0.51 |
| Hex | C3 | E3 | 20 | E | 0 | 56 | B | 46 | 4E | 33 |
| Octal | 303 | 343 | 40 | 16 | 0 | 126 | 13 | 106 | 116 | 63 |
| Binary | 11000011 | 11100011 | 100000 | 1110 | 0 | 1010110 | 1011 | 1000110 | 1001110 | 110011 |
Color Harmonies of #C3E320
Complementary color
Monochromatic Colors of #C3E320
Black with #C3E320
Text Example
Text Example
White with #C3E320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E320; }
p { color: rgb(195,227,32); }
H1.HeaderClassName
{
color: #C3E320;
}
.AnyTagClassName
{
color: #C3E320;
}
</style>
background-color css
<style>
a { background-color: #C3E320; }
a { background-color: rgb(195,227,32); }
div.DivClassName
{
background-color: #C3E320;
}
.BgClassName
{
background-color: #C3E320;
}
</style>
border-color css
<style>
span { border-color: #C3E320; }
span { border-color: rgb(195,227,32); }
td.TdClassName
{
border-color: #C3E320;
}
.TagClassName
{
border-color: #C3E320;
}
</style>