Shades of Fuego #C1E92A
Tints of Fuego #C1E92A
RGB
CMYK
RGB Variations
Color information
#C1E92A (or 0xC1E92A) is known color: Fuego. HEX triplet: C1, E9 and 2A. RGB value is (193,233,42). Sum of RGB (Red+Green+Blue) = 193+233+42=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #C1E92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1E92A is #3E16D5. Grayscale: #C7C7C7. Windows color (decimal): -4069078 or 2812353. OLE color: 2812353.
HSL color Cylindrical-coordinate representation of color #C1E92A: hue angle of 72.57º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1E92A is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 233 | 42 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.09 |
| HSL | 72.57º | 0.81% | 0.54% | - |
| HSV(B) | 72.57º | 0.82% | 0.91% | - |
| XYZ | 51.55 | 69.78 | 12.94 | - |
| YUV | 199.27 | 39.25 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 233 | 42 | 0.17 | 0 | 0.82 | 0.09 | 72.57 | 0.81 | 0.54 |
| Hex | C1 | E9 | 2A | 11 | 0 | 52 | 9 | 49 | 51 | 36 |
| Octal | 301 | 351 | 52 | 21 | 0 | 122 | 11 | 111 | 121 | 66 |
| Binary | 11000001 | 11101001 | 101010 | 10001 | 0 | 1010010 | 1001 | 1001001 | 1010001 | 110110 |
Color Harmonies of #C1E92A
Complementary color
Monochromatic Colors of #C1E92A
Black with #C1E92A
Text Example
Text Example
White with #C1E92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E92A; }
p { color: rgb(193,233,42); }
H1.HeaderClassName
{
color: #C1E92A;
}
.AnyTagClassName
{
color: #C1E92A;
}
</style>
background-color css
<style>
a { background-color: #C1E92A; }
a { background-color: rgb(193,233,42); }
div.DivClassName
{
background-color: #C1E92A;
}
.BgClassName
{
background-color: #C1E92A;
}
</style>
border-color css
<style>
span { border-color: #C1E92A; }
span { border-color: rgb(193,233,42); }
td.TdClassName
{
border-color: #C1E92A;
}
.TagClassName
{
border-color: #C1E92A;
}
</style>