Shades of Fuego #C6D71B
Tints of Fuego #C6D71B
RGB
CMYK
RGB Variations
Color information
#C6D71B (or 0xC6D71B) is known color: Fuego. HEX triplet: C6, D7 and 1B. RGB value is (198,215,27). Sum of RGB (Red+Green+Blue) = 198+215+27=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D71B is #3928E4. Grayscale: #BDBDBD. Windows color (decimal): -3746021 or 1824710. OLE color: 1824710.
HSL color Cylindrical-coordinate representation of color #C6D71B: hue angle of 65.43º 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 #C6D71B is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 215 | 27 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.16 |
| HSL | 65.43º | 0.78% | 0.47% | - |
| HSV(B) | 65.43º | 0.87% | 0.84% | - |
| XYZ | 47.79 | 60.69 | 10.23 | - |
| YUV | 188.49 | 36.87 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 215 | 27 | 0.08 | 0 | 0.87 | 0.16 | 65.43 | 0.78 | 0.47 |
| Hex | C6 | D7 | 1B | 8 | 0 | 57 | 10 | 41 | 4E | 2F |
| Octal | 306 | 327 | 33 | 10 | 0 | 127 | 20 | 101 | 116 | 57 |
| Binary | 11000110 | 11010111 | 11011 | 1000 | 0 | 1010111 | 10000 | 1000001 | 1001110 | 101111 |
Color Harmonies of #C6D71B
Complementary color
Monochromatic Colors of #C6D71B
Black with #C6D71B
Text Example
Text Example
White with #C6D71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D71B; }
p { color: rgb(198,215,27); }
H1.HeaderClassName
{
color: #C6D71B;
}
.AnyTagClassName
{
color: #C6D71B;
}
</style>
background-color css
<style>
a { background-color: #C6D71B; }
a { background-color: rgb(198,215,27); }
div.DivClassName
{
background-color: #C6D71B;
}
.BgClassName
{
background-color: #C6D71B;
}
</style>
border-color css
<style>
span { border-color: #C6D71B; }
span { border-color: rgb(198,215,27); }
td.TdClassName
{
border-color: #C6D71B;
}
.TagClassName
{
border-color: #C6D71B;
}
</style>