Shades of Fuego #C6DA23
Tints of Fuego #C6DA23
RGB
CMYK
RGB Variations
Color information
#C6DA23 (or 0xC6DA23) is known color: Fuego. HEX triplet: C6, DA and 23. RGB value is (198,218,35). Sum of RGB (Red+Green+Blue) = 198+218+35=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 35 (14.06% from 255 or 7.76% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DA23 is #3925DC. Grayscale: #BFBFBF. Windows color (decimal): -3745245 or 2349766. OLE color: 2349766.
HSL color Cylindrical-coordinate representation of color #C6DA23: hue angle of 66.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6DA23 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 218 | 35 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.15 |
| HSL | 66.56º | 0.72% | 0.5% | - |
| HSV(B) | 66.56º | 0.84% | 0.85% | - |
| XYZ | 48.66 | 62.27 | 11.04 | - |
| YUV | 191.16 | 39.87 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 218 | 35 | 0.09 | 0 | 0.84 | 0.15 | 66.56 | 0.72 | 0.5 |
| Hex | C6 | DA | 23 | 9 | 0 | 54 | F | 43 | 48 | 32 |
| Octal | 306 | 332 | 43 | 11 | 0 | 124 | 17 | 103 | 110 | 62 |
| Binary | 11000110 | 11011010 | 100011 | 1001 | 0 | 1010100 | 1111 | 1000011 | 1001000 | 110010 |
Color Harmonies of #C6DA23
Complementary color
Monochromatic Colors of #C6DA23
Black with #C6DA23
Text Example
Text Example
White with #C6DA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DA23; }
p { color: rgb(198,218,35); }
H1.HeaderClassName
{
color: #C6DA23;
}
.AnyTagClassName
{
color: #C6DA23;
}
</style>
background-color css
<style>
a { background-color: #C6DA23; }
a { background-color: rgb(198,218,35); }
div.DivClassName
{
background-color: #C6DA23;
}
.BgClassName
{
background-color: #C6DA23;
}
</style>
border-color css
<style>
span { border-color: #C6DA23; }
span { border-color: rgb(198,218,35); }
td.TdClassName
{
border-color: #C6DA23;
}
.TagClassName
{
border-color: #C6DA23;
}
</style>