Shades of Fuego #C8D82B
Tints of Fuego #C8D82B
RGB
CMYK
RGB Variations
Color information
#C8D82B (or 0xC8D82B) is known color: Fuego. HEX triplet: C8, D8 and 2B. RGB value is (200,216,43). Sum of RGB (Red+Green+Blue) = 200+216+43=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 43 (17.19% from 255 or 9.37% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D82B is #3727D4. Grayscale: #C0C0C0. Windows color (decimal): -3614677 or 2873544. OLE color: 2873544.
HSL color Cylindrical-coordinate representation of color #C8D82B: hue angle of 65.55º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8D82B is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 43 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.15 |
| HSL | 65.55º | 0.69% | 0.51% | - |
| HSV(B) | 65.55º | 0.8% | 0.85% | - |
| XYZ | 48.81 | 61.57 | 11.6 | - |
| YUV | 191.49 | 44.2 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 43 | 0.07 | 0 | 0.80 | 0.15 | 65.55 | 0.69 | 0.51 |
| Hex | C8 | D8 | 2B | 7 | 0 | 50 | F | 42 | 45 | 33 |
| Octal | 310 | 330 | 53 | 7 | 0 | 120 | 17 | 102 | 105 | 63 |
| Binary | 11001000 | 11011000 | 101011 | 111 | 0 | 1010000 | 1111 | 1000010 | 1000101 | 110011 |
Color Harmonies of #C8D82B
Complementary color
Monochromatic Colors of #C8D82B
Black with #C8D82B
Text Example
Text Example
White with #C8D82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D82B; }
p { color: rgb(200,216,43); }
H1.HeaderClassName
{
color: #C8D82B;
}
.AnyTagClassName
{
color: #C8D82B;
}
</style>
background-color css
<style>
a { background-color: #C8D82B; }
a { background-color: rgb(200,216,43); }
div.DivClassName
{
background-color: #C8D82B;
}
.BgClassName
{
background-color: #C8D82B;
}
</style>
border-color css
<style>
span { border-color: #C8D82B; }
span { border-color: rgb(200,216,43); }
td.TdClassName
{
border-color: #C8D82B;
}
.TagClassName
{
border-color: #C8D82B;
}
</style>