Shades of Fuego #C3D124
Tints of Fuego #C3D124
RGB
CMYK
RGB Variations
Color information
#C3D124 (or 0xC3D124) is known color: Fuego. HEX triplet: C3, D1 and 24. RGB value is (195,209,36). Sum of RGB (Red+Green+Blue) = 195+209+36=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D124 is #3C2EDB. Grayscale: #B9B9B9. Windows color (decimal): -3944156 or 2412995. OLE color: 2412995.
HSL color Cylindrical-coordinate representation of color #C3D124: hue angle of 64.86º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3D124 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 209 | 36 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.18 |
| HSL | 64.86º | 0.71% | 0.48% | - |
| HSV(B) | 64.86º | 0.83% | 0.82% | - |
| XYZ | 45.62 | 57.33 | 10.33 | - |
| YUV | 185.09 | 43.86 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 209 | 36 | 0.07 | 0 | 0.83 | 0.18 | 64.86 | 0.71 | 0.48 |
| Hex | C3 | D1 | 24 | 7 | 0 | 53 | 12 | 41 | 47 | 30 |
| Octal | 303 | 321 | 44 | 7 | 0 | 123 | 22 | 101 | 107 | 60 |
| Binary | 11000011 | 11010001 | 100100 | 111 | 0 | 1010011 | 10010 | 1000001 | 1000111 | 110000 |
Color Harmonies of #C3D124
Complementary color
Monochromatic Colors of #C3D124
Black with #C3D124
Text Example
Text Example
White with #C3D124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D124; }
p { color: rgb(195,209,36); }
H1.HeaderClassName
{
color: #C3D124;
}
.AnyTagClassName
{
color: #C3D124;
}
</style>
background-color css
<style>
a { background-color: #C3D124; }
a { background-color: rgb(195,209,36); }
div.DivClassName
{
background-color: #C3D124;
}
.BgClassName
{
background-color: #C3D124;
}
</style>
border-color css
<style>
span { border-color: #C3D124; }
span { border-color: rgb(195,209,36); }
td.TdClassName
{
border-color: #C3D124;
}
.TagClassName
{
border-color: #C3D124;
}
</style>