Shades of Fuego #C5D02B
Tints of Fuego #C5D02B
RGB
CMYK
RGB Variations
Color information
#C5D02B (or 0xC5D02B) is known color: Fuego. HEX triplet: C5, D0 and 2B. RGB value is (197,208,43). Sum of RGB (Red+Green+Blue) = 197+208+43=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D02B is #3A2FD4. Grayscale: #BABABA. Windows color (decimal): -3813333 or 2871493. OLE color: 2871493.
HSL color Cylindrical-coordinate representation of color #C5D02B: hue angle of 64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5D02B is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 43 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.18 |
| HSL | 64º | 0.66% | 0.49% | - |
| HSV(B) | 64º | 0.79% | 0.82% | - |
| XYZ | 46.02 | 57.16 | 10.89 | - |
| YUV | 185.9 | 47.36 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 43 | 0.05 | 0 | 0.79 | 0.18 | 64 | 0.66 | 0.49 |
| Hex | C5 | D0 | 2B | 5 | 0 | 4F | 12 | 40 | 42 | 31 |
| Octal | 305 | 320 | 53 | 5 | 0 | 117 | 22 | 100 | 102 | 61 |
| Binary | 11000101 | 11010000 | 101011 | 101 | 0 | 1001111 | 10010 | 1000000 | 1000010 | 110001 |
Color Harmonies of #C5D02B
Complementary color
Monochromatic Colors of #C5D02B
Black with #C5D02B
Text Example
Text Example
White with #C5D02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D02B; }
p { color: rgb(197,208,43); }
H1.HeaderClassName
{
color: #C5D02B;
}
.AnyTagClassName
{
color: #C5D02B;
}
</style>
background-color css
<style>
a { background-color: #C5D02B; }
a { background-color: rgb(197,208,43); }
div.DivClassName
{
background-color: #C5D02B;
}
.BgClassName
{
background-color: #C5D02B;
}
</style>
border-color css
<style>
span { border-color: #C5D02B; }
span { border-color: rgb(197,208,43); }
td.TdClassName
{
border-color: #C5D02B;
}
.TagClassName
{
border-color: #C5D02B;
}
</style>