Shades of Fuego #C5CC2C
Tints of Fuego #C5CC2C
RGB
CMYK
RGB Variations
Color information
#C5CC2C (or 0xC5CC2C) is known color: Fuego. HEX triplet: C5, CC and 2C. RGB value is (197,204,44). Sum of RGB (Red+Green+Blue) = 197+204+44=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 44 (17.58% from 255 or 9.89% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CC2C is #3A33D3. Grayscale: #B8B8B8. Windows color (decimal): -3814356 or 2936005. OLE color: 2936005.
HSL color Cylindrical-coordinate representation of color #C5CC2C: hue angle of 62.63º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5CC2C is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 44 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.2 |
| HSL | 62.63º | 0.65% | 0.49% | - |
| HSV(B) | 62.63º | 0.78% | 0.8% | - |
| XYZ | 45.07 | 55.24 | 10.67 | - |
| YUV | 183.67 | 49.18 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 44 | 0.03 | 0 | 0.78 | 0.2 | 62.63 | 0.65 | 0.49 |
| Hex | C5 | CC | 2C | 3 | 0 | 4E | 14 | 3F | 41 | 31 |
| Octal | 305 | 314 | 54 | 3 | 0 | 116 | 24 | 77 | 101 | 61 |
| Binary | 11000101 | 11001100 | 101100 | 11 | 0 | 1001110 | 10100 | 111111 | 1000001 | 110001 |
Color Harmonies of #C5CC2C
Complementary color
Monochromatic Colors of #C5CC2C
Black with #C5CC2C
Text Example
Text Example
White with #C5CC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CC2C; }
p { color: rgb(197,204,44); }
H1.HeaderClassName
{
color: #C5CC2C;
}
.AnyTagClassName
{
color: #C5CC2C;
}
</style>
background-color css
<style>
a { background-color: #C5CC2C; }
a { background-color: rgb(197,204,44); }
div.DivClassName
{
background-color: #C5CC2C;
}
.BgClassName
{
background-color: #C5CC2C;
}
</style>
border-color css
<style>
span { border-color: #C5CC2C; }
span { border-color: rgb(197,204,44); }
td.TdClassName
{
border-color: #C5CC2C;
}
.TagClassName
{
border-color: #C5CC2C;
}
</style>