Shades of Fuego #C1D823
Tints of Fuego #C1D823
RGB
CMYK
RGB Variations
Color information
#C1D823 (or 0xC1D823) is known color: Fuego. HEX triplet: C1, D8 and 23. RGB value is (193,216,35). Sum of RGB (Red+Green+Blue) = 193+216+35=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 35 (14.06% from 255 or 7.88% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D823 is #3E27DC. Grayscale: #BDBDBD. Windows color (decimal): -4073437 or 2349249. OLE color: 2349249.
HSL color Cylindrical-coordinate representation of color #C1D823: hue angle of 67.62º 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 #C1D823 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 35 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.15 |
| HSL | 67.62º | 0.72% | 0.49% | - |
| HSV(B) | 67.62º | 0.84% | 0.85% | - |
| XYZ | 46.85 | 60.57 | 10.81 | - |
| YUV | 188.49 | 41.38 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 35 | 0.11 | 0 | 0.84 | 0.15 | 67.62 | 0.72 | 0.49 |
| Hex | C1 | D8 | 23 | B | 0 | 54 | F | 44 | 48 | 31 |
| Octal | 301 | 330 | 43 | 13 | 0 | 124 | 17 | 104 | 110 | 61 |
| Binary | 11000001 | 11011000 | 100011 | 1011 | 0 | 1010100 | 1111 | 1000100 | 1001000 | 110001 |
Color Harmonies of #C1D823
Complementary color
Monochromatic Colors of #C1D823
Black with #C1D823
Text Example
Text Example
White with #C1D823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D823; }
p { color: rgb(193,216,35); }
H1.HeaderClassName
{
color: #C1D823;
}
.AnyTagClassName
{
color: #C1D823;
}
</style>
background-color css
<style>
a { background-color: #C1D823; }
a { background-color: rgb(193,216,35); }
div.DivClassName
{
background-color: #C1D823;
}
.BgClassName
{
background-color: #C1D823;
}
</style>
border-color css
<style>
span { border-color: #C1D823; }
span { border-color: rgb(193,216,35); }
td.TdClassName
{
border-color: #C1D823;
}
.TagClassName
{
border-color: #C1D823;
}
</style>