Shades of Fuego #C5D62C
Tints of Fuego #C5D62C
RGB
CMYK
RGB Variations
Color information
#C5D62C (or 0xC5D62C) is known color: Fuego. HEX triplet: C5, D6 and 2C. RGB value is (197,214,44). Sum of RGB (Red+Green+Blue) = 197+214+44=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D62C is #3A29D3. Grayscale: #BEBEBE. Windows color (decimal): -3811796 or 2938565. OLE color: 2938565.
HSL color Cylindrical-coordinate representation of color #C5D62C: hue angle of 66º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5D62C is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 44 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.16 |
| HSL | 66º | 0.67% | 0.51% | - |
| HSV(B) | 66º | 0.79% | 0.84% | - |
| XYZ | 47.53 | 60.15 | 11.49 | - |
| YUV | 189.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 44 | 0.08 | 0 | 0.79 | 0.16 | 66 | 0.67 | 0.51 |
| Hex | C5 | D6 | 2C | 8 | 0 | 4F | 10 | 42 | 43 | 33 |
| Octal | 305 | 326 | 54 | 10 | 0 | 117 | 20 | 102 | 103 | 63 |
| Binary | 11000101 | 11010110 | 101100 | 1000 | 0 | 1001111 | 10000 | 1000010 | 1000011 | 110011 |
Color Harmonies of #C5D62C
Complementary color
Monochromatic Colors of #C5D62C
Black with #C5D62C
Text Example
Text Example
White with #C5D62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D62C; }
p { color: rgb(197,214,44); }
H1.HeaderClassName
{
color: #C5D62C;
}
.AnyTagClassName
{
color: #C5D62C;
}
</style>
background-color css
<style>
a { background-color: #C5D62C; }
a { background-color: rgb(197,214,44); }
div.DivClassName
{
background-color: #C5D62C;
}
.BgClassName
{
background-color: #C5D62C;
}
</style>
border-color css
<style>
span { border-color: #C5D62C; }
span { border-color: rgb(197,214,44); }
td.TdClassName
{
border-color: #C5D62C;
}
.TagClassName
{
border-color: #C5D62C;
}
</style>