Shades of Fuego #C7D61B
Tints of Fuego #C7D61B
RGB
CMYK
RGB Variations
Color information
#C7D61B (or 0xC7D61B) is known color: Fuego. HEX triplet: C7, D6 and 1B. RGB value is (199,214,27). Sum of RGB (Red+Green+Blue) = 199+214+27=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D61B is #3829E4. Grayscale: #BCBCBC. Windows color (decimal): -3680741 or 1824455. OLE color: 1824455.
HSL color Cylindrical-coordinate representation of color #C7D61B: hue angle of 64.81º degrees, saturation: 0.78, 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 #C7D61B is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 27 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.16 |
| HSL | 64.81º | 0.78% | 0.47% | - |
| HSV(B) | 64.81º | 0.87% | 0.84% | - |
| XYZ | 47.8 | 60.31 | 10.16 | - |
| YUV | 188.2 | 37.03 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 27 | 0.07 | 0 | 0.87 | 0.16 | 64.81 | 0.78 | 0.47 |
| Hex | C7 | D6 | 1B | 7 | 0 | 57 | 10 | 41 | 4E | 2F |
| Octal | 307 | 326 | 33 | 7 | 0 | 127 | 20 | 101 | 116 | 57 |
| Binary | 11000111 | 11010110 | 11011 | 111 | 0 | 1010111 | 10000 | 1000001 | 1001110 | 101111 |
Color Harmonies of #C7D61B
Complementary color
Monochromatic Colors of #C7D61B
Black with #C7D61B
Text Example
Text Example
White with #C7D61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D61B; }
p { color: rgb(199,214,27); }
H1.HeaderClassName
{
color: #C7D61B;
}
.AnyTagClassName
{
color: #C7D61B;
}
</style>
background-color css
<style>
a { background-color: #C7D61B; }
a { background-color: rgb(199,214,27); }
div.DivClassName
{
background-color: #C7D61B;
}
.BgClassName
{
background-color: #C7D61B;
}
</style>
border-color css
<style>
span { border-color: #C7D61B; }
span { border-color: rgb(199,214,27); }
td.TdClassName
{
border-color: #C7D61B;
}
.TagClassName
{
border-color: #C7D61B;
}
</style>