Shades of Fuego #C6DB2F
Tints of Fuego #C6DB2F
RGB
CMYK
RGB Variations
Color information
#C6DB2F (or 0xC6DB2F) is known color: Fuego. HEX triplet: C6, DB and 2F. RGB value is (198,219,47). Sum of RGB (Red+Green+Blue) = 198+219+47=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DB2F is #3924D0. Grayscale: #C1C1C1. Windows color (decimal): -3744977 or 3136454. OLE color: 3136454.
HSL color Cylindrical-coordinate representation of color #C6DB2F: hue angle of 67.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6DB2F is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 47 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.14 |
| HSL | 67.33º | 0.7% | 0.52% | - |
| HSV(B) | 67.33º | 0.79% | 0.86% | - |
| XYZ | 49.13 | 62.87 | 12.24 | - |
| YUV | 193.11 | 45.54 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 47 | 0.10 | 0 | 0.79 | 0.14 | 67.33 | 0.7 | 0.52 |
| Hex | C6 | DB | 2F | A | 0 | 4F | E | 43 | 46 | 34 |
| Octal | 306 | 333 | 57 | 12 | 0 | 117 | 16 | 103 | 106 | 64 |
| Binary | 11000110 | 11011011 | 101111 | 1010 | 0 | 1001111 | 1110 | 1000011 | 1000110 | 110100 |
Color Harmonies of #C6DB2F
Complementary color
Monochromatic Colors of #C6DB2F
Black with #C6DB2F
Text Example
Text Example
White with #C6DB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB2F; }
p { color: rgb(198,219,47); }
H1.HeaderClassName
{
color: #C6DB2F;
}
.AnyTagClassName
{
color: #C6DB2F;
}
</style>
background-color css
<style>
a { background-color: #C6DB2F; }
a { background-color: rgb(198,219,47); }
div.DivClassName
{
background-color: #C6DB2F;
}
.BgClassName
{
background-color: #C6DB2F;
}
</style>
border-color css
<style>
span { border-color: #C6DB2F; }
span { border-color: rgb(198,219,47); }
td.TdClassName
{
border-color: #C6DB2F;
}
.TagClassName
{
border-color: #C6DB2F;
}
</style>