Shades of Fuego #C6DF2D
Tints of Fuego #C6DF2D
RGB
CMYK
RGB Variations
Color information
#C6DF2D (or 0xC6DF2D) is known color: Fuego. HEX triplet: C6, DF and 2D. RGB value is (198,223,45). Sum of RGB (Red+Green+Blue) = 198+223+45=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DF2D is #3920D2. Grayscale: #C3C3C3. Windows color (decimal): -3743955 or 3006406. OLE color: 3006406.
HSL color Cylindrical-coordinate representation of color #C6DF2D: hue angle of 68.43º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6DF2D is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 45 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.13 |
| HSL | 68.43º | 0.74% | 0.53% | - |
| HSV(B) | 68.43º | 0.8% | 0.87% | - |
| XYZ | 50.15 | 64.97 | 12.38 | - |
| YUV | 195.23 | 43.22 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 45 | 0.11 | 0 | 0.80 | 0.13 | 68.43 | 0.74 | 0.53 |
| Hex | C6 | DF | 2D | B | 0 | 50 | D | 44 | 4A | 35 |
| Octal | 306 | 337 | 55 | 13 | 0 | 120 | 15 | 104 | 112 | 65 |
| Binary | 11000110 | 11011111 | 101101 | 1011 | 0 | 1010000 | 1101 | 1000100 | 1001010 | 110101 |
Color Harmonies of #C6DF2D
Complementary color
Monochromatic Colors of #C6DF2D
Black with #C6DF2D
Text Example
Text Example
White with #C6DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF2D; }
p { color: rgb(198,223,45); }
H1.HeaderClassName
{
color: #C6DF2D;
}
.AnyTagClassName
{
color: #C6DF2D;
}
</style>
background-color css
<style>
a { background-color: #C6DF2D; }
a { background-color: rgb(198,223,45); }
div.DivClassName
{
background-color: #C6DF2D;
}
.BgClassName
{
background-color: #C6DF2D;
}
</style>
border-color css
<style>
span { border-color: #C6DF2D; }
span { border-color: rgb(198,223,45); }
td.TdClassName
{
border-color: #C6DF2D;
}
.TagClassName
{
border-color: #C6DF2D;
}
</style>