Shades of Fuego #C2D928
Tints of Fuego #C2D928
RGB
CMYK
RGB Variations
Color information
#C2D928 (or 0xC2D928) is known color: Fuego. HEX triplet: C2, D9 and 28. RGB value is (194,217,40). Sum of RGB (Red+Green+Blue) = 194+217+40=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D928 is #3D26D7. Grayscale: #BEBEBE. Windows color (decimal): -4007640 or 2677186. OLE color: 2677186.
HSL color Cylindrical-coordinate representation of color #C2D928: hue angle of 67.8º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2D928 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 40 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.15 |
| HSL | 67.8º | 0.7% | 0.5% | - |
| HSV(B) | 67.8º | 0.82% | 0.85% | - |
| XYZ | 47.44 | 61.25 | 11.33 | - |
| YUV | 189.95 | 43.38 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 40 | 0.11 | 0 | 0.82 | 0.15 | 67.8 | 0.7 | 0.5 |
| Hex | C2 | D9 | 28 | B | 0 | 52 | F | 44 | 46 | 32 |
| Octal | 302 | 331 | 50 | 13 | 0 | 122 | 17 | 104 | 106 | 62 |
| Binary | 11000010 | 11011001 | 101000 | 1011 | 0 | 1010010 | 1111 | 1000100 | 1000110 | 110010 |
Color Harmonies of #C2D928
Complementary color
Monochromatic Colors of #C2D928
Black with #C2D928
Text Example
Text Example
White with #C2D928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D928; }
p { color: rgb(194,217,40); }
H1.HeaderClassName
{
color: #C2D928;
}
.AnyTagClassName
{
color: #C2D928;
}
</style>
background-color css
<style>
a { background-color: #C2D928; }
a { background-color: rgb(194,217,40); }
div.DivClassName
{
background-color: #C2D928;
}
.BgClassName
{
background-color: #C2D928;
}
</style>
border-color css
<style>
span { border-color: #C2D928; }
span { border-color: rgb(194,217,40); }
td.TdClassName
{
border-color: #C2D928;
}
.TagClassName
{
border-color: #C2D928;
}
</style>