Shades of Fuego #C5D023
Tints of Fuego #C5D023
RGB
CMYK
RGB Variations
Color information
#C5D023 (or 0xC5D023) is known color: Fuego. HEX triplet: C5, D0 and 23. RGB value is (197,208,35). Sum of RGB (Red+Green+Blue) = 197+208+35=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 35 (14.06% from 255 or 7.95% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D023 is #3A2FDC. Grayscale: #B9B9B9. Windows color (decimal): -3813341 or 2347205. OLE color: 2347205.
HSL color Cylindrical-coordinate representation of color #C5D023: hue angle of 63.82º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5D023 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 35 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.18 |
| HSL | 63.82º | 0.71% | 0.48% | - |
| HSV(B) | 63.82º | 0.83% | 0.82% | - |
| XYZ | 45.89 | 57.1 | 10.19 | - |
| YUV | 184.99 | 43.36 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 35 | 0.05 | 0 | 0.83 | 0.18 | 63.82 | 0.71 | 0.48 |
| Hex | C5 | D0 | 23 | 5 | 0 | 53 | 12 | 40 | 47 | 30 |
| Octal | 305 | 320 | 43 | 5 | 0 | 123 | 22 | 100 | 107 | 60 |
| Binary | 11000101 | 11010000 | 100011 | 101 | 0 | 1010011 | 10010 | 1000000 | 1000111 | 110000 |
Color Harmonies of #C5D023
Complementary color
Monochromatic Colors of #C5D023
Black with #C5D023
Text Example
Text Example
White with #C5D023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D023; }
p { color: rgb(197,208,35); }
H1.HeaderClassName
{
color: #C5D023;
}
.AnyTagClassName
{
color: #C5D023;
}
</style>
background-color css
<style>
a { background-color: #C5D023; }
a { background-color: rgb(197,208,35); }
div.DivClassName
{
background-color: #C5D023;
}
.BgClassName
{
background-color: #C5D023;
}
</style>
border-color css
<style>
span { border-color: #C5D023; }
span { border-color: rgb(197,208,35); }
td.TdClassName
{
border-color: #C5D023;
}
.TagClassName
{
border-color: #C5D023;
}
</style>