Shades of Fuego #C3D032
Tints of Fuego #C3D032
RGB
CMYK
RGB Variations
Color information
#C3D032 (or 0xC3D032) is known color: Fuego. HEX triplet: C3, D0 and 32. RGB value is (195,208,50). Sum of RGB (Red+Green+Blue) = 195+208+50=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D032 is #3C2FCD. Grayscale: #BABABA. Windows color (decimal): -3944398 or 3330243. OLE color: 3330243.
HSL color Cylindrical-coordinate representation of color #C3D032: hue angle of 64.94º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3D032 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 208 | 50 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.18 |
| HSL | 64.94º | 0.63% | 0.51% | - |
| HSV(B) | 64.94º | 0.76% | 0.82% | - |
| XYZ | 45.64 | 56.94 | 11.6 | - |
| YUV | 186.1 | 51.19 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 208 | 50 | 0.06 | 0 | 0.76 | 0.18 | 64.94 | 0.63 | 0.51 |
| Hex | C3 | D0 | 32 | 6 | 0 | 4C | 12 | 41 | 3F | 33 |
| Octal | 303 | 320 | 62 | 6 | 0 | 114 | 22 | 101 | 77 | 63 |
| Binary | 11000011 | 11010000 | 110010 | 110 | 0 | 1001100 | 10010 | 1000001 | 111111 | 110011 |
Color Harmonies of #C3D032
Complementary color
Monochromatic Colors of #C3D032
Black with #C3D032
Text Example
Text Example
White with #C3D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D032; }
p { color: rgb(195,208,50); }
H1.HeaderClassName
{
color: #C3D032;
}
.AnyTagClassName
{
color: #C3D032;
}
</style>
background-color css
<style>
a { background-color: #C3D032; }
a { background-color: rgb(195,208,50); }
div.DivClassName
{
background-color: #C3D032;
}
.BgClassName
{
background-color: #C3D032;
}
</style>
border-color css
<style>
span { border-color: #C3D032; }
span { border-color: rgb(195,208,50); }
td.TdClassName
{
border-color: #C3D032;
}
.TagClassName
{
border-color: #C3D032;
}
</style>