Shades of Fuego #C7D82D
Tints of Fuego #C7D82D
RGB
CMYK
RGB Variations
Color information
#C7D82D (or 0xC7D82D) is known color: Fuego. HEX triplet: C7, D8 and 2D. RGB value is (199,216,45). Sum of RGB (Red+Green+Blue) = 199+216+45=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D82D is #3827D2. Grayscale: #C0C0C0. Windows color (decimal): -3680211 or 3004615. OLE color: 3004615.
HSL color Cylindrical-coordinate representation of color #C7D82D: hue angle of 65.96º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7D82D is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 45 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.15 |
| HSL | 65.96º | 0.69% | 0.51% | - |
| HSV(B) | 65.96º | 0.79% | 0.85% | - |
| XYZ | 48.58 | 61.44 | 11.78 | - |
| YUV | 191.42 | 45.37 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 45 | 0.08 | 0 | 0.79 | 0.15 | 65.96 | 0.69 | 0.51 |
| Hex | C7 | D8 | 2D | 8 | 0 | 4F | F | 42 | 45 | 33 |
| Octal | 307 | 330 | 55 | 10 | 0 | 117 | 17 | 102 | 105 | 63 |
| Binary | 11000111 | 11011000 | 101101 | 1000 | 0 | 1001111 | 1111 | 1000010 | 1000101 | 110011 |
Color Harmonies of #C7D82D
Complementary color
Monochromatic Colors of #C7D82D
Black with #C7D82D
Text Example
Text Example
White with #C7D82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D82D; }
p { color: rgb(199,216,45); }
H1.HeaderClassName
{
color: #C7D82D;
}
.AnyTagClassName
{
color: #C7D82D;
}
</style>
background-color css
<style>
a { background-color: #C7D82D; }
a { background-color: rgb(199,216,45); }
div.DivClassName
{
background-color: #C7D82D;
}
.BgClassName
{
background-color: #C7D82D;
}
</style>
border-color css
<style>
span { border-color: #C7D82D; }
span { border-color: rgb(199,216,45); }
td.TdClassName
{
border-color: #C7D82D;
}
.TagClassName
{
border-color: #C7D82D;
}
</style>