Shades of Fuego #C6D72D
Tints of Fuego #C6D72D
RGB
CMYK
RGB Variations
Color information
#C6D72D (or 0xC6D72D) is known color: Fuego. HEX triplet: C6, D7 and 2D. RGB value is (198,215,45). Sum of RGB (Red+Green+Blue) = 198+215+45=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D72D is #3928D2. Grayscale: #BFBFBF. Windows color (decimal): -3746003 or 3004358. OLE color: 3004358.
HSL color Cylindrical-coordinate representation of color #C6D72D: hue angle of 66º degrees, saturation: 0.68, 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 #C6D72D is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 215 | 45 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.16 |
| HSL | 66º | 0.68% | 0.51% | - |
| HSV(B) | 66º | 0.79% | 0.84% | - |
| XYZ | 48.06 | 60.8 | 11.68 | - |
| YUV | 190.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 215 | 45 | 0.08 | 0 | 0.79 | 0.16 | 66 | 0.68 | 0.51 |
| Hex | C6 | D7 | 2D | 8 | 0 | 4F | 10 | 42 | 44 | 33 |
| Octal | 306 | 327 | 55 | 10 | 0 | 117 | 20 | 102 | 104 | 63 |
| Binary | 11000110 | 11010111 | 101101 | 1000 | 0 | 1001111 | 10000 | 1000010 | 1000100 | 110011 |
Color Harmonies of #C6D72D
Complementary color
Monochromatic Colors of #C6D72D
Black with #C6D72D
Text Example
Text Example
White with #C6D72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D72D; }
p { color: rgb(198,215,45); }
H1.HeaderClassName
{
color: #C6D72D;
}
.AnyTagClassName
{
color: #C6D72D;
}
</style>
background-color css
<style>
a { background-color: #C6D72D; }
a { background-color: rgb(198,215,45); }
div.DivClassName
{
background-color: #C6D72D;
}
.BgClassName
{
background-color: #C6D72D;
}
</style>
border-color css
<style>
span { border-color: #C6D72D; }
span { border-color: rgb(198,215,45); }
td.TdClassName
{
border-color: #C6D72D;
}
.TagClassName
{
border-color: #C6D72D;
}
</style>