Shades of Fuego #C3E01E
Tints of Fuego #C3E01E
RGB
CMYK
RGB Variations
Color information
#C3E01E (or 0xC3E01E) is known color: Fuego. HEX triplet: C3, E0 and 1E. RGB value is (195,224,30). Sum of RGB (Red+Green+Blue) = 195+224+30=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E01E is #3C1FE1. Grayscale: #C1C1C1. Windows color (decimal): -3940322 or 2023619. OLE color: 2023619.
HSL color Cylindrical-coordinate representation of color #C3E01E: hue angle of 68.97º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3E01E is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 30 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.12 |
| HSL | 68.97º | 0.76% | 0.5% | - |
| HSV(B) | 68.97º | 0.87% | 0.88% | - |
| XYZ | 49.4 | 65.01 | 11.17 | - |
| YUV | 193.21 | 35.89 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 30 | 0.13 | 0 | 0.87 | 0.12 | 68.97 | 0.76 | 0.5 |
| Hex | C3 | E0 | 1E | D | 0 | 57 | C | 45 | 4C | 32 |
| Octal | 303 | 340 | 36 | 15 | 0 | 127 | 14 | 105 | 114 | 62 |
| Binary | 11000011 | 11100000 | 11110 | 1101 | 0 | 1010111 | 1100 | 1000101 | 1001100 | 110010 |
Color Harmonies of #C3E01E
Complementary color
Monochromatic Colors of #C3E01E
Black with #C3E01E
Text Example
Text Example
White with #C3E01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E01E; }
p { color: rgb(195,224,30); }
H1.HeaderClassName
{
color: #C3E01E;
}
.AnyTagClassName
{
color: #C3E01E;
}
</style>
background-color css
<style>
a { background-color: #C3E01E; }
a { background-color: rgb(195,224,30); }
div.DivClassName
{
background-color: #C3E01E;
}
.BgClassName
{
background-color: #C3E01E;
}
</style>
border-color css
<style>
span { border-color: #C3E01E; }
span { border-color: rgb(195,224,30); }
td.TdClassName
{
border-color: #C3E01E;
}
.TagClassName
{
border-color: #C3E01E;
}
</style>