Shades of Fuego #C1D228
Tints of Fuego #C1D228
RGB
CMYK
RGB Variations
Color information
#C1D228 (or 0xC1D228) is known color: Fuego. HEX triplet: C1, D2 and 28. RGB value is (193,210,40). Sum of RGB (Red+Green+Blue) = 193+210+40=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D228 is #3E2DD7. Grayscale: #BABABA. Windows color (decimal): -4074968 or 2675393. OLE color: 2675393.
HSL color Cylindrical-coordinate representation of color #C1D228: hue angle of 66º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1D228 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 210 | 40 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.18 |
| HSL | 66º | 0.68% | 0.49% | - |
| HSV(B) | 66º | 0.81% | 0.82% | - |
| XYZ | 45.42 | 57.58 | 10.73 | - |
| YUV | 185.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 210 | 40 | 0.08 | 0 | 0.81 | 0.18 | 66 | 0.68 | 0.49 |
| Hex | C1 | D2 | 28 | 8 | 0 | 51 | 12 | 42 | 44 | 31 |
| Octal | 301 | 322 | 50 | 10 | 0 | 121 | 22 | 102 | 104 | 61 |
| Binary | 11000001 | 11010010 | 101000 | 1000 | 0 | 1010001 | 10010 | 1000010 | 1000100 | 110001 |
Color Harmonies of #C1D228
Complementary color
Monochromatic Colors of #C1D228
Black with #C1D228
Text Example
Text Example
White with #C1D228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D228; }
p { color: rgb(193,210,40); }
H1.HeaderClassName
{
color: #C1D228;
}
.AnyTagClassName
{
color: #C1D228;
}
</style>
background-color css
<style>
a { background-color: #C1D228; }
a { background-color: rgb(193,210,40); }
div.DivClassName
{
background-color: #C1D228;
}
.BgClassName
{
background-color: #C1D228;
}
</style>
border-color css
<style>
span { border-color: #C1D228; }
span { border-color: rgb(193,210,40); }
td.TdClassName
{
border-color: #C1D228;
}
.TagClassName
{
border-color: #C1D228;
}
</style>