Shades of Fuego #C5D127
Tints of Fuego #C5D127
RGB
CMYK
RGB Variations
Color information
#C5D127 (or 0xC5D127) is known color: Fuego. HEX triplet: C5, D1 and 27. RGB value is (197,209,39). Sum of RGB (Red+Green+Blue) = 197+209+39=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 39 (15.62% from 255 or 8.76% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D127 is #3A2ED8. Grayscale: #BABABA. Windows color (decimal): -3813081 or 2609605. OLE color: 2609605.
HSL color Cylindrical-coordinate representation of color #C5D127: hue angle of 64.24º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5D127 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 39 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.18 |
| HSL | 64.24º | 0.69% | 0.49% | - |
| HSV(B) | 64.24º | 0.81% | 0.82% | - |
| XYZ | 46.19 | 57.62 | 10.61 | - |
| YUV | 186.03 | 45.02 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 39 | 0.06 | 0 | 0.81 | 0.18 | 64.24 | 0.69 | 0.49 |
| Hex | C5 | D1 | 27 | 6 | 0 | 51 | 12 | 40 | 45 | 31 |
| Octal | 305 | 321 | 47 | 6 | 0 | 121 | 22 | 100 | 105 | 61 |
| Binary | 11000101 | 11010001 | 100111 | 110 | 0 | 1010001 | 10010 | 1000000 | 1000101 | 110001 |
Color Harmonies of #C5D127
Complementary color
Monochromatic Colors of #C5D127
Black with #C5D127
Text Example
Text Example
White with #C5D127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D127; }
p { color: rgb(197,209,39); }
H1.HeaderClassName
{
color: #C5D127;
}
.AnyTagClassName
{
color: #C5D127;
}
</style>
background-color css
<style>
a { background-color: #C5D127; }
a { background-color: rgb(197,209,39); }
div.DivClassName
{
background-color: #C5D127;
}
.BgClassName
{
background-color: #C5D127;
}
</style>
border-color css
<style>
span { border-color: #C5D127; }
span { border-color: rgb(197,209,39); }
td.TdClassName
{
border-color: #C5D127;
}
.TagClassName
{
border-color: #C5D127;
}
</style>