Shades of Fuego #C6D528
Tints of Fuego #C6D528
RGB
CMYK
RGB Variations
Color information
#C6D528 (or 0xC6D528) is known color: Fuego. HEX triplet: C6, D5 and 28. RGB value is (198,213,40). Sum of RGB (Red+Green+Blue) = 198+213+40=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D528 is #392AD7. Grayscale: #BDBDBD. Windows color (decimal): -3746520 or 2676166. OLE color: 2676166.
HSL color Cylindrical-coordinate representation of color #C6D528: hue angle of 65.2º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6D528 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 213 | 40 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.16 |
| HSL | 65.2º | 0.68% | 0.5% | - |
| HSV(B) | 65.2º | 0.81% | 0.84% | - |
| XYZ | 47.47 | 59.75 | 11.04 | - |
| YUV | 188.79 | 44.03 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 213 | 40 | 0.07 | 0 | 0.81 | 0.16 | 65.2 | 0.68 | 0.5 |
| Hex | C6 | D5 | 28 | 7 | 0 | 51 | 10 | 41 | 44 | 32 |
| Octal | 306 | 325 | 50 | 7 | 0 | 121 | 20 | 101 | 104 | 62 |
| Binary | 11000110 | 11010101 | 101000 | 111 | 0 | 1010001 | 10000 | 1000001 | 1000100 | 110010 |
Color Harmonies of #C6D528
Complementary color
Monochromatic Colors of #C6D528
Black with #C6D528
Text Example
Text Example
White with #C6D528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D528; }
p { color: rgb(198,213,40); }
H1.HeaderClassName
{
color: #C6D528;
}
.AnyTagClassName
{
color: #C6D528;
}
</style>
background-color css
<style>
a { background-color: #C6D528; }
a { background-color: rgb(198,213,40); }
div.DivClassName
{
background-color: #C6D528;
}
.BgClassName
{
background-color: #C6D528;
}
</style>
border-color css
<style>
span { border-color: #C6D528; }
span { border-color: rgb(198,213,40); }
td.TdClassName
{
border-color: #C6D528;
}
.TagClassName
{
border-color: #C6D528;
}
</style>