Shades of Fuego #C7D41B
Tints of Fuego #C7D41B
RGB
CMYK
RGB Variations
Color information
#C7D41B (or 0xC7D41B) is known color: Fuego. HEX triplet: C7, D4 and 1B. RGB value is (199,212,27). Sum of RGB (Red+Green+Blue) = 199+212+27=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D41B is #382BE4. Grayscale: #BBBBBB. Windows color (decimal): -3681253 or 1823943. OLE color: 1823943.
HSL color Cylindrical-coordinate representation of color #C7D41B: hue angle of 64.22º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7D41B is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 27 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.17 |
| HSL | 64.22º | 0.77% | 0.47% | - |
| HSV(B) | 64.22º | 0.87% | 0.83% | - |
| XYZ | 47.29 | 59.31 | 9.99 | - |
| YUV | 187.02 | 37.69 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 27 | 0.06 | 0 | 0.87 | 0.17 | 64.22 | 0.77 | 0.47 |
| Hex | C7 | D4 | 1B | 6 | 0 | 57 | 11 | 40 | 4D | 2F |
| Octal | 307 | 324 | 33 | 6 | 0 | 127 | 21 | 100 | 115 | 57 |
| Binary | 11000111 | 11010100 | 11011 | 110 | 0 | 1010111 | 10001 | 1000000 | 1001101 | 101111 |
Color Harmonies of #C7D41B
Complementary color
Monochromatic Colors of #C7D41B
Black with #C7D41B
Text Example
Text Example
White with #C7D41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D41B; }
p { color: rgb(199,212,27); }
H1.HeaderClassName
{
color: #C7D41B;
}
.AnyTagClassName
{
color: #C7D41B;
}
</style>
background-color css
<style>
a { background-color: #C7D41B; }
a { background-color: rgb(199,212,27); }
div.DivClassName
{
background-color: #C7D41B;
}
.BgClassName
{
background-color: #C7D41B;
}
</style>
border-color css
<style>
span { border-color: #C7D41B; }
span { border-color: rgb(199,212,27); }
td.TdClassName
{
border-color: #C7D41B;
}
.TagClassName
{
border-color: #C7D41B;
}
</style>