Shades of Fuego #C2D31E
Tints of Fuego #C2D31E
RGB
CMYK
RGB Variations
Color information
#C2D31E (or 0xC2D31E) is known color: Fuego. HEX triplet: C2, D3 and 1E. RGB value is (194,211,30). Sum of RGB (Red+Green+Blue) = 194+211+30=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D31E is #3D2CE1. Grayscale: #B9B9B9. Windows color (decimal): -4009186 or 2020290. OLE color: 2020290.
HSL color Cylindrical-coordinate representation of color #C2D31E: hue angle of 65.64º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2D31E is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 30 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.17 |
| HSL | 65.64º | 0.75% | 0.47% | - |
| HSV(B) | 65.64º | 0.86% | 0.83% | - |
| XYZ | 45.78 | 58.15 | 10.04 | - |
| YUV | 185.28 | 40.37 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 30 | 0.08 | 0 | 0.86 | 0.17 | 65.64 | 0.75 | 0.47 |
| Hex | C2 | D3 | 1E | 8 | 0 | 56 | 11 | 42 | 4B | 2F |
| Octal | 302 | 323 | 36 | 10 | 0 | 126 | 21 | 102 | 113 | 57 |
| Binary | 11000010 | 11010011 | 11110 | 1000 | 0 | 1010110 | 10001 | 1000010 | 1001011 | 101111 |
Color Harmonies of #C2D31E
Complementary color
Monochromatic Colors of #C2D31E
Black with #C2D31E
Text Example
Text Example
White with #C2D31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D31E; }
p { color: rgb(194,211,30); }
H1.HeaderClassName
{
color: #C2D31E;
}
.AnyTagClassName
{
color: #C2D31E;
}
</style>
background-color css
<style>
a { background-color: #C2D31E; }
a { background-color: rgb(194,211,30); }
div.DivClassName
{
background-color: #C2D31E;
}
.BgClassName
{
background-color: #C2D31E;
}
</style>
border-color css
<style>
span { border-color: #C2D31E; }
span { border-color: rgb(194,211,30); }
td.TdClassName
{
border-color: #C2D31E;
}
.TagClassName
{
border-color: #C2D31E;
}
</style>