Shades of Fuego #C6D92D
Tints of Fuego #C6D92D
RGB
CMYK
RGB Variations
Color information
#C6D92D (or 0xC6D92D) is known color: Fuego. HEX triplet: C6, D9 and 2D. RGB value is (198,217,45). Sum of RGB (Red+Green+Blue) = 198+217+45=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D92D is #3926D2. Grayscale: #C0C0C0. Windows color (decimal): -3745491 or 3004870. OLE color: 3004870.
HSL color Cylindrical-coordinate representation of color #C6D92D: hue angle of 66.63º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6D92D is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 217 | 45 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.15 |
| HSL | 66.63º | 0.69% | 0.51% | - |
| HSV(B) | 66.63º | 0.79% | 0.85% | - |
| XYZ | 48.58 | 61.82 | 11.86 | - |
| YUV | 191.71 | 45.21 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 217 | 45 | 0.09 | 0 | 0.79 | 0.15 | 66.63 | 0.69 | 0.51 |
| Hex | C6 | D9 | 2D | 9 | 0 | 4F | F | 43 | 45 | 33 |
| Octal | 306 | 331 | 55 | 11 | 0 | 117 | 17 | 103 | 105 | 63 |
| Binary | 11000110 | 11011001 | 101101 | 1001 | 0 | 1001111 | 1111 | 1000011 | 1000101 | 110011 |
Color Harmonies of #C6D92D
Complementary color
Monochromatic Colors of #C6D92D
Black with #C6D92D
Text Example
Text Example
White with #C6D92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D92D; }
p { color: rgb(198,217,45); }
H1.HeaderClassName
{
color: #C6D92D;
}
.AnyTagClassName
{
color: #C6D92D;
}
</style>
background-color css
<style>
a { background-color: #C6D92D; }
a { background-color: rgb(198,217,45); }
div.DivClassName
{
background-color: #C6D92D;
}
.BgClassName
{
background-color: #C6D92D;
}
</style>
border-color css
<style>
span { border-color: #C6D92D; }
span { border-color: rgb(198,217,45); }
td.TdClassName
{
border-color: #C6D92D;
}
.TagClassName
{
border-color: #C6D92D;
}
</style>