Shades of Fuego #C2D021
Tints of Fuego #C2D021
RGB
CMYK
RGB Variations
Color information
#C2D021 (or 0xC2D021) is known color: Fuego. HEX triplet: C2, D0 and 21. RGB value is (194,208,33). Sum of RGB (Red+Green+Blue) = 194+208+33=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D021 is #3D2FDE. Grayscale: #B8B8B8. Windows color (decimal): -4009951 or 2216130. OLE color: 2216130.
HSL color Cylindrical-coordinate representation of color #C2D021: hue angle of 64.8º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2D021 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 33 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.18 |
| HSL | 64.8º | 0.73% | 0.47% | - |
| HSV(B) | 64.8º | 0.84% | 0.82% | - |
| XYZ | 45.08 | 56.69 | 10.01 | - |
| YUV | 183.86 | 42.86 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 33 | 0.07 | 0 | 0.84 | 0.18 | 64.8 | 0.73 | 0.47 |
| Hex | C2 | D0 | 21 | 7 | 0 | 54 | 12 | 41 | 49 | 2F |
| Octal | 302 | 320 | 41 | 7 | 0 | 124 | 22 | 101 | 111 | 57 |
| Binary | 11000010 | 11010000 | 100001 | 111 | 0 | 1010100 | 10010 | 1000001 | 1001001 | 101111 |
Color Harmonies of #C2D021
Complementary color
Monochromatic Colors of #C2D021
Black with #C2D021
Text Example
Text Example
White with #C2D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D021; }
p { color: rgb(194,208,33); }
H1.HeaderClassName
{
color: #C2D021;
}
.AnyTagClassName
{
color: #C2D021;
}
</style>
background-color css
<style>
a { background-color: #C2D021; }
a { background-color: rgb(194,208,33); }
div.DivClassName
{
background-color: #C2D021;
}
.BgClassName
{
background-color: #C2D021;
}
</style>
border-color css
<style>
span { border-color: #C2D021; }
span { border-color: rgb(194,208,33); }
td.TdClassName
{
border-color: #C2D021;
}
.TagClassName
{
border-color: #C2D021;
}
</style>