Shades of Fuego #C3D631
Tints of Fuego #C3D631
RGB
CMYK
RGB Variations
Color information
#C3D631 (or 0xC3D631) is known color: Fuego. HEX triplet: C3, D6 and 31. RGB value is (195,214,49). Sum of RGB (Red+Green+Blue) = 195+214+49=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D631 is #3C29CE. Grayscale: #BEBEBE. Windows color (decimal): -3942863 or 3266243. OLE color: 3266243.
HSL color Cylindrical-coordinate representation of color #C3D631: hue angle of 66.91º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3D631 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 214 | 49 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.16 |
| HSL | 66.91º | 0.67% | 0.52% | - |
| HSV(B) | 66.91º | 0.77% | 0.84% | - |
| XYZ | 47.11 | 59.92 | 11.99 | - |
| YUV | 189.51 | 48.71 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 214 | 49 | 0.09 | 0 | 0.77 | 0.16 | 66.91 | 0.67 | 0.52 |
| Hex | C3 | D6 | 31 | 9 | 0 | 4D | 10 | 43 | 43 | 34 |
| Octal | 303 | 326 | 61 | 11 | 0 | 115 | 20 | 103 | 103 | 64 |
| Binary | 11000011 | 11010110 | 110001 | 1001 | 0 | 1001101 | 10000 | 1000011 | 1000011 | 110100 |
Color Harmonies of #C3D631
Complementary color
Monochromatic Colors of #C3D631
Black with #C3D631
Text Example
Text Example
White with #C3D631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D631; }
p { color: rgb(195,214,49); }
H1.HeaderClassName
{
color: #C3D631;
}
.AnyTagClassName
{
color: #C3D631;
}
</style>
background-color css
<style>
a { background-color: #C3D631; }
a { background-color: rgb(195,214,49); }
div.DivClassName
{
background-color: #C3D631;
}
.BgClassName
{
background-color: #C3D631;
}
</style>
border-color css
<style>
span { border-color: #C3D631; }
span { border-color: rgb(195,214,49); }
td.TdClassName
{
border-color: #C3D631;
}
.TagClassName
{
border-color: #C3D631;
}
</style>