Shades of Fuego #C6D919
Tints of Fuego #C6D919
RGB
CMYK
RGB Variations
Color information
#C6D919 (or 0xC6D919) is known color: Fuego. HEX triplet: C6, D9 and 19. RGB value is (198,217,25). Sum of RGB (Red+Green+Blue) = 198+217+25=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D919 is #3926E6. Grayscale: #BEBEBE. Windows color (decimal): -3745511 or 1694150. OLE color: 1694150.
HSL color Cylindrical-coordinate representation of color #C6D919: hue angle of 65.94º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6D919 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 217 | 25 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.15 |
| HSL | 65.94º | 0.79% | 0.47% | - |
| HSV(B) | 65.94º | 0.88% | 0.85% | - |
| XYZ | 48.28 | 61.7 | 10.28 | - |
| YUV | 189.43 | 35.21 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 217 | 25 | 0.09 | 0 | 0.88 | 0.15 | 65.94 | 0.79 | 0.47 |
| Hex | C6 | D9 | 19 | 9 | 0 | 58 | F | 42 | 4F | 2F |
| Octal | 306 | 331 | 31 | 11 | 0 | 130 | 17 | 102 | 117 | 57 |
| Binary | 11000110 | 11011001 | 11001 | 1001 | 0 | 1011000 | 1111 | 1000010 | 1001111 | 101111 |
Color Harmonies of #C6D919
Complementary color
Monochromatic Colors of #C6D919
Black with #C6D919
Text Example
Text Example
White with #C6D919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D919; }
p { color: rgb(198,217,25); }
H1.HeaderClassName
{
color: #C6D919;
}
.AnyTagClassName
{
color: #C6D919;
}
</style>
background-color css
<style>
a { background-color: #C6D919; }
a { background-color: rgb(198,217,25); }
div.DivClassName
{
background-color: #C6D919;
}
.BgClassName
{
background-color: #C6D919;
}
</style>
border-color css
<style>
span { border-color: #C6D919; }
span { border-color: rgb(198,217,25); }
td.TdClassName
{
border-color: #C6D919;
}
.TagClassName
{
border-color: #C6D919;
}
</style>