Shades of Fuego #C5D62B
Tints of Fuego #C5D62B
RGB
CMYK
RGB Variations
Color information
#C5D62B (or 0xC5D62B) is known color: Fuego. HEX triplet: C5, D6 and 2B. RGB value is (197,214,43). Sum of RGB (Red+Green+Blue) = 197+214+43=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 43 (17.19% from 255 or 9.47% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D62B is #3A29D4. Grayscale: #BEBEBE. Windows color (decimal): -3811797 or 2873029. OLE color: 2873029.
HSL color Cylindrical-coordinate representation of color #C5D62B: hue angle of 65.96º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5D62B is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 43 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.16 |
| HSL | 65.96º | 0.68% | 0.5% | - |
| HSV(B) | 65.96º | 0.8% | 0.84% | - |
| XYZ | 47.51 | 60.14 | 11.39 | - |
| YUV | 189.42 | 45.37 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 43 | 0.08 | 0 | 0.80 | 0.16 | 65.96 | 0.68 | 0.5 |
| Hex | C5 | D6 | 2B | 8 | 0 | 50 | 10 | 42 | 44 | 32 |
| Octal | 305 | 326 | 53 | 10 | 0 | 120 | 20 | 102 | 104 | 62 |
| Binary | 11000101 | 11010110 | 101011 | 1000 | 0 | 1010000 | 10000 | 1000010 | 1000100 | 110010 |
Color Harmonies of #C5D62B
Complementary color
Monochromatic Colors of #C5D62B
Black with #C5D62B
Text Example
Text Example
White with #C5D62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D62B; }
p { color: rgb(197,214,43); }
H1.HeaderClassName
{
color: #C5D62B;
}
.AnyTagClassName
{
color: #C5D62B;
}
</style>
background-color css
<style>
a { background-color: #C5D62B; }
a { background-color: rgb(197,214,43); }
div.DivClassName
{
background-color: #C5D62B;
}
.BgClassName
{
background-color: #C5D62B;
}
</style>
border-color css
<style>
span { border-color: #C5D62B; }
span { border-color: rgb(197,214,43); }
td.TdClassName
{
border-color: #C5D62B;
}
.TagClassName
{
border-color: #C5D62B;
}
</style>