Shades of Fuego #C6DF20
Tints of Fuego #C6DF20
RGB
CMYK
RGB Variations
Color information
#C6DF20 (or 0xC6DF20) is known color: Fuego. HEX triplet: C6, DF and 20. RGB value is (198,223,32). Sum of RGB (Red+Green+Blue) = 198+223+32=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DF20 is #3920DF. Grayscale: #C2C2C2. Windows color (decimal): -3743968 or 2154438. OLE color: 2154438.
HSL color Cylindrical-coordinate representation of color #C6DF20: hue angle of 67.85º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6DF20 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 32 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.13 |
| HSL | 67.85º | 0.75% | 0.5% | - |
| HSV(B) | 67.85º | 0.86% | 0.87% | - |
| XYZ | 49.94 | 64.89 | 11.26 | - |
| YUV | 193.75 | 36.72 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 32 | 0.11 | 0 | 0.86 | 0.13 | 67.85 | 0.75 | 0.5 |
| Hex | C6 | DF | 20 | B | 0 | 56 | D | 44 | 4B | 32 |
| Octal | 306 | 337 | 40 | 13 | 0 | 126 | 15 | 104 | 113 | 62 |
| Binary | 11000110 | 11011111 | 100000 | 1011 | 0 | 1010110 | 1101 | 1000100 | 1001011 | 110010 |
Color Harmonies of #C6DF20
Complementary color
Monochromatic Colors of #C6DF20
Black with #C6DF20
Text Example
Text Example
White with #C6DF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF20; }
p { color: rgb(198,223,32); }
H1.HeaderClassName
{
color: #C6DF20;
}
.AnyTagClassName
{
color: #C6DF20;
}
</style>
background-color css
<style>
a { background-color: #C6DF20; }
a { background-color: rgb(198,223,32); }
div.DivClassName
{
background-color: #C6DF20;
}
.BgClassName
{
background-color: #C6DF20;
}
</style>
border-color css
<style>
span { border-color: #C6DF20; }
span { border-color: rgb(198,223,32); }
td.TdClassName
{
border-color: #C6DF20;
}
.TagClassName
{
border-color: #C6DF20;
}
</style>