Shades of Fuego #C6D62C
Tints of Fuego #C6D62C
RGB
CMYK
RGB Variations
Color information
#C6D62C (or 0xC6D62C) is known color: Fuego. HEX triplet: C6, D6 and 2C. RGB value is (198,214,44). Sum of RGB (Red+Green+Blue) = 198+214+44=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D62C is #3929D3. Grayscale: #BEBEBE. Windows color (decimal): -3746260 or 2938566. OLE color: 2938566.
HSL color Cylindrical-coordinate representation of color #C6D62C: hue angle of 65.65º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6D62C is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 214 | 44 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.16 |
| HSL | 65.65º | 0.67% | 0.51% | - |
| HSV(B) | 65.65º | 0.79% | 0.84% | - |
| XYZ | 47.79 | 60.28 | 11.5 | - |
| YUV | 189.84 | 45.7 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 214 | 44 | 0.07 | 0 | 0.79 | 0.16 | 65.65 | 0.67 | 0.51 |
| Hex | C6 | D6 | 2C | 7 | 0 | 4F | 10 | 42 | 43 | 33 |
| Octal | 306 | 326 | 54 | 7 | 0 | 117 | 20 | 102 | 103 | 63 |
| Binary | 11000110 | 11010110 | 101100 | 111 | 0 | 1001111 | 10000 | 1000010 | 1000011 | 110011 |
Color Harmonies of #C6D62C
Complementary color
Monochromatic Colors of #C6D62C
Black with #C6D62C
Text Example
Text Example
White with #C6D62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D62C; }
p { color: rgb(198,214,44); }
H1.HeaderClassName
{
color: #C6D62C;
}
.AnyTagClassName
{
color: #C6D62C;
}
</style>
background-color css
<style>
a { background-color: #C6D62C; }
a { background-color: rgb(198,214,44); }
div.DivClassName
{
background-color: #C6D62C;
}
.BgClassName
{
background-color: #C6D62C;
}
</style>
border-color css
<style>
span { border-color: #C6D62C; }
span { border-color: rgb(198,214,44); }
td.TdClassName
{
border-color: #C6D62C;
}
.TagClassName
{
border-color: #C6D62C;
}
</style>