Shades of Fuego #C3E026
Tints of Fuego #C3E026
RGB
CMYK
RGB Variations
Color information
#C3E026 (or 0xC3E026) is known color: Fuego. HEX triplet: C3, E0 and 26. RGB value is (195,224,38). Sum of RGB (Red+Green+Blue) = 195+224+38=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 38 (15.23% from 255 or 8.32% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E026 is #3C1FD9. Grayscale: #C2C2C2. Windows color (decimal): -3940314 or 2547907. OLE color: 2547907.
HSL color Cylindrical-coordinate representation of color #C3E026: hue angle of 69.35º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3E026 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 38 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.12 |
| HSL | 69.35º | 0.75% | 0.51% | - |
| HSV(B) | 69.35º | 0.83% | 0.88% | - |
| XYZ | 49.51 | 65.05 | 11.78 | - |
| YUV | 194.13 | 39.89 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 38 | 0.13 | 0 | 0.83 | 0.12 | 69.35 | 0.75 | 0.51 |
| Hex | C3 | E0 | 26 | D | 0 | 53 | C | 45 | 4B | 33 |
| Octal | 303 | 340 | 46 | 15 | 0 | 123 | 14 | 105 | 113 | 63 |
| Binary | 11000011 | 11100000 | 100110 | 1101 | 0 | 1010011 | 1100 | 1000101 | 1001011 | 110011 |
Color Harmonies of #C3E026
Complementary color
Monochromatic Colors of #C3E026
Black with #C3E026
Text Example
Text Example
White with #C3E026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E026; }
p { color: rgb(195,224,38); }
H1.HeaderClassName
{
color: #C3E026;
}
.AnyTagClassName
{
color: #C3E026;
}
</style>
background-color css
<style>
a { background-color: #C3E026; }
a { background-color: rgb(195,224,38); }
div.DivClassName
{
background-color: #C3E026;
}
.BgClassName
{
background-color: #C3E026;
}
</style>
border-color css
<style>
span { border-color: #C3E026; }
span { border-color: rgb(195,224,38); }
td.TdClassName
{
border-color: #C3E026;
}
.TagClassName
{
border-color: #C3E026;
}
</style>