Shades of Fuego #C1D930
Tints of Fuego #C1D930
RGB
CMYK
RGB Variations
Color information
#C1D930 (or 0xC1D930) is known color: Fuego. HEX triplet: C1, D9 and 30. RGB value is (193,217,48). Sum of RGB (Red+Green+Blue) = 193+217+48=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D930 is #3E26CF. Grayscale: #BFBFBF. Windows color (decimal): -4073168 or 3201473. OLE color: 3201473.
HSL color Cylindrical-coordinate representation of color #C1D930: hue angle of 68.52º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1D930 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 217 | 48 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.15 |
| HSL | 68.52º | 0.69% | 0.52% | - |
| HSV(B) | 68.52º | 0.78% | 0.85% | - |
| XYZ | 47.34 | 61.18 | 12.11 | - |
| YUV | 190.56 | 47.55 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 217 | 48 | 0.11 | 0 | 0.78 | 0.15 | 68.52 | 0.69 | 0.52 |
| Hex | C1 | D9 | 30 | B | 0 | 4E | F | 45 | 45 | 34 |
| Octal | 301 | 331 | 60 | 13 | 0 | 116 | 17 | 105 | 105 | 64 |
| Binary | 11000001 | 11011001 | 110000 | 1011 | 0 | 1001110 | 1111 | 1000101 | 1000101 | 110100 |
Color Harmonies of #C1D930
Complementary color
Monochromatic Colors of #C1D930
Black with #C1D930
Text Example
Text Example
White with #C1D930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D930; }
p { color: rgb(193,217,48); }
H1.HeaderClassName
{
color: #C1D930;
}
.AnyTagClassName
{
color: #C1D930;
}
</style>
background-color css
<style>
a { background-color: #C1D930; }
a { background-color: rgb(193,217,48); }
div.DivClassName
{
background-color: #C1D930;
}
.BgClassName
{
background-color: #C1D930;
}
</style>
border-color css
<style>
span { border-color: #C1D930; }
span { border-color: rgb(193,217,48); }
td.TdClassName
{
border-color: #C1D930;
}
.TagClassName
{
border-color: #C1D930;
}
</style>