Shades of Fuego #C6D925
Tints of Fuego #C6D925
RGB
CMYK
RGB Variations
Color information
#C6D925 (or 0xC6D925) is known color: Fuego. HEX triplet: C6, D9 and 25. RGB value is (198,217,37). Sum of RGB (Red+Green+Blue) = 198+217+37=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D925 is #3926DA. Grayscale: #BFBFBF. Windows color (decimal): -3745499 or 2480582. OLE color: 2480582.
HSL color Cylindrical-coordinate representation of color #C6D925: hue angle of 66.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6D925 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 217 | 37 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.15 |
| HSL | 66.33º | 0.71% | 0.5% | - |
| HSV(B) | 66.33º | 0.83% | 0.85% | - |
| XYZ | 48.44 | 61.77 | 11.12 | - |
| YUV | 190.8 | 41.21 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 217 | 37 | 0.09 | 0 | 0.83 | 0.15 | 66.33 | 0.71 | 0.5 |
| Hex | C6 | D9 | 25 | 9 | 0 | 53 | F | 42 | 47 | 32 |
| Octal | 306 | 331 | 45 | 11 | 0 | 123 | 17 | 102 | 107 | 62 |
| Binary | 11000110 | 11011001 | 100101 | 1001 | 0 | 1010011 | 1111 | 1000010 | 1000111 | 110010 |
Color Harmonies of #C6D925
Complementary color
Monochromatic Colors of #C6D925
Black with #C6D925
Text Example
Text Example
White with #C6D925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D925; }
p { color: rgb(198,217,37); }
H1.HeaderClassName
{
color: #C6D925;
}
.AnyTagClassName
{
color: #C6D925;
}
</style>
background-color css
<style>
a { background-color: #C6D925; }
a { background-color: rgb(198,217,37); }
div.DivClassName
{
background-color: #C6D925;
}
.BgClassName
{
background-color: #C6D925;
}
</style>
border-color css
<style>
span { border-color: #C6D925; }
span { border-color: rgb(198,217,37); }
td.TdClassName
{
border-color: #C6D925;
}
.TagClassName
{
border-color: #C6D925;
}
</style>