Shades of Fuego #C2D823
Tints of Fuego #C2D823
RGB
CMYK
RGB Variations
Color information
#C2D823 (or 0xC2D823) is known color: Fuego. HEX triplet: C2, D8 and 23. RGB value is (194,216,35). Sum of RGB (Red+Green+Blue) = 194+216+35=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 35 (14.06% from 255 or 7.87% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D823 is #3D27DC. Grayscale: #BDBDBD. Windows color (decimal): -4007901 or 2349250. OLE color: 2349250.
HSL color Cylindrical-coordinate representation of color #C2D823: hue angle of 67.29º 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 #C2D823 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 35 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.15 |
| HSL | 67.29º | 0.72% | 0.49% | - |
| HSV(B) | 67.29º | 0.84% | 0.85% | - |
| XYZ | 47.11 | 60.7 | 10.82 | - |
| YUV | 188.79 | 41.21 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 35 | 0.10 | 0 | 0.84 | 0.15 | 67.29 | 0.72 | 0.49 |
| Hex | C2 | D8 | 23 | A | 0 | 54 | F | 43 | 48 | 31 |
| Octal | 302 | 330 | 43 | 12 | 0 | 124 | 17 | 103 | 110 | 61 |
| Binary | 11000010 | 11011000 | 100011 | 1010 | 0 | 1010100 | 1111 | 1000011 | 1001000 | 110001 |
Color Harmonies of #C2D823
Complementary color
Monochromatic Colors of #C2D823
Black with #C2D823
Text Example
Text Example
White with #C2D823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D823; }
p { color: rgb(194,216,35); }
H1.HeaderClassName
{
color: #C2D823;
}
.AnyTagClassName
{
color: #C2D823;
}
</style>
background-color css
<style>
a { background-color: #C2D823; }
a { background-color: rgb(194,216,35); }
div.DivClassName
{
background-color: #C2D823;
}
.BgClassName
{
background-color: #C2D823;
}
</style>
border-color css
<style>
span { border-color: #C2D823; }
span { border-color: rgb(194,216,35); }
td.TdClassName
{
border-color: #C2D823;
}
.TagClassName
{
border-color: #C2D823;
}
</style>