Shades of Fuego #C7D41D
Tints of Fuego #C7D41D
RGB
CMYK
RGB Variations
Color information
#C7D41D (or 0xC7D41D) is known color: Fuego. HEX triplet: C7, D4 and 1D. RGB value is (199,212,29). Sum of RGB (Red+Green+Blue) = 199+212+29=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D41D is #382BE2. Grayscale: #BBBBBB. Windows color (decimal): -3681251 or 1955015. OLE color: 1955015.
HSL color Cylindrical-coordinate representation of color #C7D41D: hue angle of 64.26º degrees, saturation: 0.76, 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 #C7D41D is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 29 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.17 |
| HSL | 64.26º | 0.76% | 0.47% | - |
| HSV(B) | 64.26º | 0.86% | 0.83% | - |
| XYZ | 47.32 | 59.32 | 10.12 | - |
| YUV | 187.25 | 38.69 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 29 | 0.06 | 0 | 0.86 | 0.17 | 64.26 | 0.76 | 0.47 |
| Hex | C7 | D4 | 1D | 6 | 0 | 56 | 11 | 40 | 4C | 2F |
| Octal | 307 | 324 | 35 | 6 | 0 | 126 | 21 | 100 | 114 | 57 |
| Binary | 11000111 | 11010100 | 11101 | 110 | 0 | 1010110 | 10001 | 1000000 | 1001100 | 101111 |
Color Harmonies of #C7D41D
Complementary color
Monochromatic Colors of #C7D41D
Black with #C7D41D
Text Example
Text Example
White with #C7D41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D41D; }
p { color: rgb(199,212,29); }
H1.HeaderClassName
{
color: #C7D41D;
}
.AnyTagClassName
{
color: #C7D41D;
}
</style>
background-color css
<style>
a { background-color: #C7D41D; }
a { background-color: rgb(199,212,29); }
div.DivClassName
{
background-color: #C7D41D;
}
.BgClassName
{
background-color: #C7D41D;
}
</style>
border-color css
<style>
span { border-color: #C7D41D; }
span { border-color: rgb(199,212,29); }
td.TdClassName
{
border-color: #C7D41D;
}
.TagClassName
{
border-color: #C7D41D;
}
</style>