Shades of Fuego #C5D22B
Tints of Fuego #C5D22B
RGB
CMYK
RGB Variations
Color information
#C5D22B (or 0xC5D22B) is known color: Fuego. HEX triplet: C5, D2 and 2B. RGB value is (197,210,43). Sum of RGB (Red+Green+Blue) = 197+210+43=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D22B is #3A2DD4. Grayscale: #BBBBBB. Windows color (decimal): -3812821 or 2872005. OLE color: 2872005.
HSL color Cylindrical-coordinate representation of color #C5D22B: hue angle of 64.67º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5D22B is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 43 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.18 |
| HSL | 64.67º | 0.66% | 0.5% | - |
| HSV(B) | 64.67º | 0.8% | 0.82% | - |
| XYZ | 46.51 | 58.14 | 11.06 | - |
| YUV | 187.08 | 46.69 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 43 | 0.06 | 0 | 0.80 | 0.18 | 64.67 | 0.66 | 0.5 |
| Hex | C5 | D2 | 2B | 6 | 0 | 50 | 12 | 41 | 42 | 32 |
| Octal | 305 | 322 | 53 | 6 | 0 | 120 | 22 | 101 | 102 | 62 |
| Binary | 11000101 | 11010010 | 101011 | 110 | 0 | 1010000 | 10010 | 1000001 | 1000010 | 110010 |
Color Harmonies of #C5D22B
Complementary color
Monochromatic Colors of #C5D22B
Black with #C5D22B
Text Example
Text Example
White with #C5D22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D22B; }
p { color: rgb(197,210,43); }
H1.HeaderClassName
{
color: #C5D22B;
}
.AnyTagClassName
{
color: #C5D22B;
}
</style>
background-color css
<style>
a { background-color: #C5D22B; }
a { background-color: rgb(197,210,43); }
div.DivClassName
{
background-color: #C5D22B;
}
.BgClassName
{
background-color: #C5D22B;
}
</style>
border-color css
<style>
span { border-color: #C5D22B; }
span { border-color: rgb(197,210,43); }
td.TdClassName
{
border-color: #C5D22B;
}
.TagClassName
{
border-color: #C5D22B;
}
</style>