Shades of Fuego #C7D51B
Tints of Fuego #C7D51B
RGB
CMYK
RGB Variations
Color information
#C7D51B (or 0xC7D51B) is known color: Fuego. HEX triplet: C7, D5 and 1B. RGB value is (199,213,27). Sum of RGB (Red+Green+Blue) = 199+213+27=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D51B is #382AE4. Grayscale: #BCBCBC. Windows color (decimal): -3680997 or 1824199. OLE color: 1824199.
HSL color Cylindrical-coordinate representation of color #C7D51B: hue angle of 64.52º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7D51B is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 27 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.16 |
| HSL | 64.52º | 0.78% | 0.47% | - |
| HSV(B) | 64.52º | 0.87% | 0.84% | - |
| XYZ | 47.55 | 59.81 | 10.08 | - |
| YUV | 187.61 | 37.36 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 27 | 0.07 | 0 | 0.87 | 0.16 | 64.52 | 0.78 | 0.47 |
| Hex | C7 | D5 | 1B | 7 | 0 | 57 | 10 | 41 | 4E | 2F |
| Octal | 307 | 325 | 33 | 7 | 0 | 127 | 20 | 101 | 116 | 57 |
| Binary | 11000111 | 11010101 | 11011 | 111 | 0 | 1010111 | 10000 | 1000001 | 1001110 | 101111 |
Color Harmonies of #C7D51B
Complementary color
Monochromatic Colors of #C7D51B
Black with #C7D51B
Text Example
Text Example
White with #C7D51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D51B; }
p { color: rgb(199,213,27); }
H1.HeaderClassName
{
color: #C7D51B;
}
.AnyTagClassName
{
color: #C7D51B;
}
</style>
background-color css
<style>
a { background-color: #C7D51B; }
a { background-color: rgb(199,213,27); }
div.DivClassName
{
background-color: #C7D51B;
}
.BgClassName
{
background-color: #C7D51B;
}
</style>
border-color css
<style>
span { border-color: #C7D51B; }
span { border-color: rgb(199,213,27); }
td.TdClassName
{
border-color: #C7D51B;
}
.TagClassName
{
border-color: #C7D51B;
}
</style>