Shades of Fuego #C2D020
Tints of Fuego #C2D020
RGB
CMYK
RGB Variations
Color information
#C2D020 (or 0xC2D020) is known color: Fuego. HEX triplet: C2, D0 and 20. RGB value is (194,208,32). Sum of RGB (Red+Green+Blue) = 194+208+32=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D020 is #3D2FDF. Grayscale: #B8B8B8. Windows color (decimal): -4009952 or 2150594. OLE color: 2150594.
HSL color Cylindrical-coordinate representation of color #C2D020: hue angle of 64.77º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2D020 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 32 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.18 |
| HSL | 64.77º | 0.73% | 0.47% | - |
| HSV(B) | 64.77º | 0.85% | 0.82% | - |
| XYZ | 45.06 | 56.69 | 9.93 | - |
| YUV | 183.75 | 42.36 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 32 | 0.07 | 0 | 0.85 | 0.18 | 64.77 | 0.73 | 0.47 |
| Hex | C2 | D0 | 20 | 7 | 0 | 55 | 12 | 41 | 49 | 2F |
| Octal | 302 | 320 | 40 | 7 | 0 | 125 | 22 | 101 | 111 | 57 |
| Binary | 11000010 | 11010000 | 100000 | 111 | 0 | 1010101 | 10010 | 1000001 | 1001001 | 101111 |
Color Harmonies of #C2D020
Complementary color
Monochromatic Colors of #C2D020
Black with #C2D020
Text Example
Text Example
White with #C2D020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D020; }
p { color: rgb(194,208,32); }
H1.HeaderClassName
{
color: #C2D020;
}
.AnyTagClassName
{
color: #C2D020;
}
</style>
background-color css
<style>
a { background-color: #C2D020; }
a { background-color: rgb(194,208,32); }
div.DivClassName
{
background-color: #C2D020;
}
.BgClassName
{
background-color: #C2D020;
}
</style>
border-color css
<style>
span { border-color: #C2D020; }
span { border-color: rgb(194,208,32); }
td.TdClassName
{
border-color: #C2D020;
}
.TagClassName
{
border-color: #C2D020;
}
</style>