Shades of Fuego #C3E01D
Tints of Fuego #C3E01D
RGB
CMYK
RGB Variations
Color information
#C3E01D (or 0xC3E01D) is known color: Fuego. HEX triplet: C3, E0 and 1D. RGB value is (195,224,29). Sum of RGB (Red+Green+Blue) = 195+224+29=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 29 (11.72% from 255 or 6.47% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E01D is #3C1FE2. Grayscale: #C1C1C1. Windows color (decimal): -3940323 or 1958083. OLE color: 1958083.
HSL color Cylindrical-coordinate representation of color #C3E01D: hue angle of 68.92º degrees, saturation: 0.77, 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 #C3E01D is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 29 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.12 |
| HSL | 68.92º | 0.77% | 0.5% | - |
| HSV(B) | 68.92º | 0.87% | 0.88% | - |
| XYZ | 49.38 | 65 | 11.11 | - |
| YUV | 193.1 | 35.39 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 29 | 0.13 | 0 | 0.87 | 0.12 | 68.92 | 0.77 | 0.5 |
| Hex | C3 | E0 | 1D | D | 0 | 57 | C | 45 | 4D | 32 |
| Octal | 303 | 340 | 35 | 15 | 0 | 127 | 14 | 105 | 115 | 62 |
| Binary | 11000011 | 11100000 | 11101 | 1101 | 0 | 1010111 | 1100 | 1000101 | 1001101 | 110010 |
Color Harmonies of #C3E01D
Complementary color
Monochromatic Colors of #C3E01D
Black with #C3E01D
Text Example
Text Example
White with #C3E01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E01D; }
p { color: rgb(195,224,29); }
H1.HeaderClassName
{
color: #C3E01D;
}
.AnyTagClassName
{
color: #C3E01D;
}
</style>
background-color css
<style>
a { background-color: #C3E01D; }
a { background-color: rgb(195,224,29); }
div.DivClassName
{
background-color: #C3E01D;
}
.BgClassName
{
background-color: #C3E01D;
}
</style>
border-color css
<style>
span { border-color: #C3E01D; }
span { border-color: rgb(195,224,29); }
td.TdClassName
{
border-color: #C3E01D;
}
.TagClassName
{
border-color: #C3E01D;
}
</style>