Shades of Fuego #C4E02B
Tints of Fuego #C4E02B
RGB
CMYK
RGB Variations
Color information
#C4E02B (or 0xC4E02B) is known color: Fuego. HEX triplet: C4, E0 and 2B. RGB value is (196,224,43). Sum of RGB (Red+Green+Blue) = 196+224+43=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E02B is #3B1FD4. Grayscale: #C3C3C3. Windows color (decimal): -3874773 or 2875588. OLE color: 2875588.
HSL color Cylindrical-coordinate representation of color #C4E02B: hue angle of 69.28º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4E02B is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 224 | 43 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.12 |
| HSL | 69.28º | 0.74% | 0.52% | - |
| HSV(B) | 69.28º | 0.81% | 0.88% | - |
| XYZ | 49.86 | 65.22 | 12.25 | - |
| YUV | 194.99 | 42.22 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 224 | 43 | 0.12 | 0 | 0.81 | 0.12 | 69.28 | 0.74 | 0.52 |
| Hex | C4 | E0 | 2B | C | 0 | 51 | C | 45 | 4A | 34 |
| Octal | 304 | 340 | 53 | 14 | 0 | 121 | 14 | 105 | 112 | 64 |
| Binary | 11000100 | 11100000 | 101011 | 1100 | 0 | 1010001 | 1100 | 1000101 | 1001010 | 110100 |
Color Harmonies of #C4E02B
Complementary color
Monochromatic Colors of #C4E02B
Black with #C4E02B
Text Example
Text Example
White with #C4E02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E02B; }
p { color: rgb(196,224,43); }
H1.HeaderClassName
{
color: #C4E02B;
}
.AnyTagClassName
{
color: #C4E02B;
}
</style>
background-color css
<style>
a { background-color: #C4E02B; }
a { background-color: rgb(196,224,43); }
div.DivClassName
{
background-color: #C4E02B;
}
.BgClassName
{
background-color: #C4E02B;
}
</style>
border-color css
<style>
span { border-color: #C4E02B; }
span { border-color: rgb(196,224,43); }
td.TdClassName
{
border-color: #C4E02B;
}
.TagClassName
{
border-color: #C4E02B;
}
</style>