Shades of Fuego #C1D923
Tints of Fuego #C1D923
RGB
CMYK
RGB Variations
Color information
#C1D923 (or 0xC1D923) is known color: Fuego. HEX triplet: C1, D9 and 23. RGB value is (193,217,35). Sum of RGB (Red+Green+Blue) = 193+217+35=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 35 (14.06% from 255 or 7.87% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D923 is #3E26DC. Grayscale: #BDBDBD. Windows color (decimal): -4073181 or 2349505. OLE color: 2349505.
HSL color Cylindrical-coordinate representation of color #C1D923: hue angle of 67.91º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1D923 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 217 | 35 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.15 |
| HSL | 67.91º | 0.72% | 0.49% | - |
| HSV(B) | 67.91º | 0.84% | 0.85% | - |
| XYZ | 47.11 | 61.08 | 10.9 | - |
| YUV | 189.08 | 41.05 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 217 | 35 | 0.11 | 0 | 0.84 | 0.15 | 67.91 | 0.72 | 0.49 |
| Hex | C1 | D9 | 23 | B | 0 | 54 | F | 44 | 48 | 31 |
| Octal | 301 | 331 | 43 | 13 | 0 | 124 | 17 | 104 | 110 | 61 |
| Binary | 11000001 | 11011001 | 100011 | 1011 | 0 | 1010100 | 1111 | 1000100 | 1001000 | 110001 |
Color Harmonies of #C1D923
Complementary color
Monochromatic Colors of #C1D923
Black with #C1D923
Text Example
Text Example
White with #C1D923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D923; }
p { color: rgb(193,217,35); }
H1.HeaderClassName
{
color: #C1D923;
}
.AnyTagClassName
{
color: #C1D923;
}
</style>
background-color css
<style>
a { background-color: #C1D923; }
a { background-color: rgb(193,217,35); }
div.DivClassName
{
background-color: #C1D923;
}
.BgClassName
{
background-color: #C1D923;
}
</style>
border-color css
<style>
span { border-color: #C1D923; }
span { border-color: rgb(193,217,35); }
td.TdClassName
{
border-color: #C1D923;
}
.TagClassName
{
border-color: #C1D923;
}
</style>