Shades of Fuego #C7D21E
Tints of Fuego #C7D21E
RGB
CMYK
RGB Variations
Color information
#C7D21E (or 0xC7D21E) is known color: Fuego. HEX triplet: C7, D2 and 1E. RGB value is (199,210,30). Sum of RGB (Red+Green+Blue) = 199+210+30=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D21E is #382DE1. Grayscale: #BABABA. Windows color (decimal): -3681762 or 2020039. OLE color: 2020039.
HSL color Cylindrical-coordinate representation of color #C7D21E: hue angle of 63.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7D21E is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 30 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.18 |
| HSL | 63.67º | 0.75% | 0.47% | - |
| HSV(B) | 63.67º | 0.86% | 0.82% | - |
| XYZ | 46.83 | 58.33 | 10.02 | - |
| YUV | 186.19 | 39.86 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 30 | 0.05 | 0 | 0.86 | 0.18 | 63.67 | 0.75 | 0.47 |
| Hex | C7 | D2 | 1E | 5 | 0 | 56 | 12 | 40 | 4B | 2F |
| Octal | 307 | 322 | 36 | 5 | 0 | 126 | 22 | 100 | 113 | 57 |
| Binary | 11000111 | 11010010 | 11110 | 101 | 0 | 1010110 | 10010 | 1000000 | 1001011 | 101111 |
Color Harmonies of #C7D21E
Complementary color
Monochromatic Colors of #C7D21E
Black with #C7D21E
Text Example
Text Example
White with #C7D21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D21E; }
p { color: rgb(199,210,30); }
H1.HeaderClassName
{
color: #C7D21E;
}
.AnyTagClassName
{
color: #C7D21E;
}
</style>
background-color css
<style>
a { background-color: #C7D21E; }
a { background-color: rgb(199,210,30); }
div.DivClassName
{
background-color: #C7D21E;
}
.BgClassName
{
background-color: #C7D21E;
}
</style>
border-color css
<style>
span { border-color: #C7D21E; }
span { border-color: rgb(199,210,30); }
td.TdClassName
{
border-color: #C7D21E;
}
.TagClassName
{
border-color: #C7D21E;
}
</style>