Shades of Fuego #C6D61B
Tints of Fuego #C6D61B
RGB
CMYK
RGB Variations
Color information
#C6D61B (or 0xC6D61B) is known color: Fuego. HEX triplet: C6, D6 and 1B. RGB value is (198,214,27). Sum of RGB (Red+Green+Blue) = 198+214+27=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D61B is #3929E4. Grayscale: #BCBCBC. Windows color (decimal): -3746277 or 1824454. OLE color: 1824454.
HSL color Cylindrical-coordinate representation of color #C6D61B: hue angle of 65.13º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6D61B is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 214 | 27 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.16 |
| HSL | 65.13º | 0.78% | 0.47% | - |
| HSV(B) | 65.13º | 0.87% | 0.84% | - |
| XYZ | 47.53 | 60.18 | 10.15 | - |
| YUV | 187.9 | 37.2 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 214 | 27 | 0.07 | 0 | 0.87 | 0.16 | 65.13 | 0.78 | 0.47 |
| Hex | C6 | D6 | 1B | 7 | 0 | 57 | 10 | 41 | 4E | 2F |
| Octal | 306 | 326 | 33 | 7 | 0 | 127 | 20 | 101 | 116 | 57 |
| Binary | 11000110 | 11010110 | 11011 | 111 | 0 | 1010111 | 10000 | 1000001 | 1001110 | 101111 |
Color Harmonies of #C6D61B
Complementary color
Monochromatic Colors of #C6D61B
Black with #C6D61B
Text Example
Text Example
White with #C6D61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D61B; }
p { color: rgb(198,214,27); }
H1.HeaderClassName
{
color: #C6D61B;
}
.AnyTagClassName
{
color: #C6D61B;
}
</style>
background-color css
<style>
a { background-color: #C6D61B; }
a { background-color: rgb(198,214,27); }
div.DivClassName
{
background-color: #C6D61B;
}
.BgClassName
{
background-color: #C6D61B;
}
</style>
border-color css
<style>
span { border-color: #C6D61B; }
span { border-color: rgb(198,214,27); }
td.TdClassName
{
border-color: #C6D61B;
}
.TagClassName
{
border-color: #C6D61B;
}
</style>