Shades of Fuego #C5D52E
Tints of Fuego #C5D52E
RGB
CMYK
RGB Variations
Color information
#C5D52E (or 0xC5D52E) is known color: Fuego. HEX triplet: C5, D5 and 2E. RGB value is (197,213,46). Sum of RGB (Red+Green+Blue) = 197+213+46=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D52E is #3A2AD1. Grayscale: #BDBDBD. Windows color (decimal): -3812050 or 3069381. OLE color: 3069381.
HSL color Cylindrical-coordinate representation of color #C5D52E: hue angle of 65.75º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5D52E is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 46 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.16 |
| HSL | 65.75º | 0.67% | 0.51% | - |
| HSV(B) | 65.75º | 0.78% | 0.84% | - |
| XYZ | 47.31 | 59.66 | 11.61 | - |
| YUV | 189.18 | 47.2 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 46 | 0.08 | 0 | 0.78 | 0.16 | 65.75 | 0.67 | 0.51 |
| Hex | C5 | D5 | 2E | 8 | 0 | 4E | 10 | 42 | 43 | 33 |
| Octal | 305 | 325 | 56 | 10 | 0 | 116 | 20 | 102 | 103 | 63 |
| Binary | 11000101 | 11010101 | 101110 | 1000 | 0 | 1001110 | 10000 | 1000010 | 1000011 | 110011 |
Color Harmonies of #C5D52E
Complementary color
Monochromatic Colors of #C5D52E
Black with #C5D52E
Text Example
Text Example
White with #C5D52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D52E; }
p { color: rgb(197,213,46); }
H1.HeaderClassName
{
color: #C5D52E;
}
.AnyTagClassName
{
color: #C5D52E;
}
</style>
background-color css
<style>
a { background-color: #C5D52E; }
a { background-color: rgb(197,213,46); }
div.DivClassName
{
background-color: #C5D52E;
}
.BgClassName
{
background-color: #C5D52E;
}
</style>
border-color css
<style>
span { border-color: #C5D52E; }
span { border-color: rgb(197,213,46); }
td.TdClassName
{
border-color: #C5D52E;
}
.TagClassName
{
border-color: #C5D52E;
}
</style>