Shades of Fuego #C1E728
Tints of Fuego #C1E728
RGB
CMYK
RGB Variations
Color information
#C1E728 (or 0xC1E728) is known color: Fuego. HEX triplet: C1, E7 and 28. RGB value is (193,231,40). Sum of RGB (Red+Green+Blue) = 193+231+40=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 231 (90.62% from 255 or 49.78% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 231 - color contains mainly: green. Hex color #C1E728 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1E728 is #3E18D7. Grayscale: #C6C6C6. Windows color (decimal): -4069592 or 2680769. OLE color: 2680769.
HSL color Cylindrical-coordinate representation of color #C1E728: hue angle of 71.94º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1E728 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 231 | 40 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.09 |
| HSL | 71.94º | 0.8% | 0.53% | - |
| HSV(B) | 71.94º | 0.83% | 0.91% | - |
| XYZ | 50.95 | 68.64 | 12.57 | - |
| YUV | 197.86 | 38.91 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 231 | 40 | 0.16 | 0 | 0.83 | 0.09 | 71.94 | 0.8 | 0.53 |
| Hex | C1 | E7 | 28 | 10 | 0 | 53 | 9 | 48 | 50 | 35 |
| Octal | 301 | 347 | 50 | 20 | 0 | 123 | 11 | 110 | 120 | 65 |
| Binary | 11000001 | 11100111 | 101000 | 10000 | 0 | 1010011 | 1001 | 1001000 | 1010000 | 110101 |
Color Harmonies of #C1E728
Complementary color
Monochromatic Colors of #C1E728
Black with #C1E728
Text Example
Text Example
White with #C1E728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E728; }
p { color: rgb(193,231,40); }
H1.HeaderClassName
{
color: #C1E728;
}
.AnyTagClassName
{
color: #C1E728;
}
</style>
background-color css
<style>
a { background-color: #C1E728; }
a { background-color: rgb(193,231,40); }
div.DivClassName
{
background-color: #C1E728;
}
.BgClassName
{
background-color: #C1E728;
}
</style>
border-color css
<style>
span { border-color: #C1E728; }
span { border-color: rgb(193,231,40); }
td.TdClassName
{
border-color: #C1E728;
}
.TagClassName
{
border-color: #C1E728;
}
</style>