Shades of Fuego #C6DB15
Tints of Fuego #C6DB15
RGB
CMYK
RGB Variations
Color information
#C6DB15 (or 0xC6DB15) is known color: Fuego. HEX triplet: C6, DB and 15. RGB value is (198,219,21). Sum of RGB (Red+Green+Blue) = 198+219+21=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 21 (8.59% from 255 or 4.79% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6DB15 is #3924EA. Grayscale: #BEBEBE. Windows color (decimal): -3745003 or 1432518. OLE color: 1432518.
HSL color Cylindrical-coordinate representation of color #C6DB15: hue angle of 66.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6DB15 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 21 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.14 |
| HSL | 66.36º | 0.83% | 0.47% | - |
| HSV(B) | 66.36º | 0.9% | 0.86% | - |
| XYZ | 48.76 | 62.72 | 10.25 | - |
| YUV | 190.15 | 32.54 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 21 | 0.10 | 0 | 0.90 | 0.14 | 66.36 | 0.83 | 0.47 |
| Hex | C6 | DB | 15 | A | 0 | 5A | E | 42 | 52 | 2F |
| Octal | 306 | 333 | 25 | 12 | 0 | 132 | 16 | 102 | 122 | 57 |
| Binary | 11000110 | 11011011 | 10101 | 1010 | 0 | 1011010 | 1110 | 1000010 | 1010010 | 101111 |
Color Harmonies of #C6DB15
Complementary color
Monochromatic Colors of #C6DB15
Black with #C6DB15
Text Example
Text Example
White with #C6DB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB15; }
p { color: rgb(198,219,21); }
H1.HeaderClassName
{
color: #C6DB15;
}
.AnyTagClassName
{
color: #C6DB15;
}
</style>
background-color css
<style>
a { background-color: #C6DB15; }
a { background-color: rgb(198,219,21); }
div.DivClassName
{
background-color: #C6DB15;
}
.BgClassName
{
background-color: #C6DB15;
}
</style>
border-color css
<style>
span { border-color: #C6DB15; }
span { border-color: rgb(198,219,21); }
td.TdClassName
{
border-color: #C6DB15;
}
.TagClassName
{
border-color: #C6DB15;
}
</style>