Shades of Fuego #C8D82F
Tints of Fuego #C8D82F
RGB
CMYK
RGB Variations
Color information
#C8D82F (or 0xC8D82F) is known color: Fuego. HEX triplet: C8, D8 and 2F. RGB value is (200,216,47). Sum of RGB (Red+Green+Blue) = 200+216+47=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D82F is #3727D0. Grayscale: #C0C0C0. Windows color (decimal): -3614673 or 3135688. OLE color: 3135688.
HSL color Cylindrical-coordinate representation of color #C8D82F: hue angle of 65.68º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8D82F is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 47 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.15 |
| HSL | 65.68º | 0.68% | 0.52% | - |
| HSV(B) | 65.68º | 0.78% | 0.85% | - |
| XYZ | 48.89 | 61.6 | 12 | - |
| YUV | 191.95 | 46.2 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 47 | 0.07 | 0 | 0.78 | 0.15 | 65.68 | 0.68 | 0.52 |
| Hex | C8 | D8 | 2F | 7 | 0 | 4E | F | 42 | 44 | 34 |
| Octal | 310 | 330 | 57 | 7 | 0 | 116 | 17 | 102 | 104 | 64 |
| Binary | 11001000 | 11011000 | 101111 | 111 | 0 | 1001110 | 1111 | 1000010 | 1000100 | 110100 |
Color Harmonies of #C8D82F
Complementary color
Monochromatic Colors of #C8D82F
Black with #C8D82F
Text Example
Text Example
White with #C8D82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D82F; }
p { color: rgb(200,216,47); }
H1.HeaderClassName
{
color: #C8D82F;
}
.AnyTagClassName
{
color: #C8D82F;
}
</style>
background-color css
<style>
a { background-color: #C8D82F; }
a { background-color: rgb(200,216,47); }
div.DivClassName
{
background-color: #C8D82F;
}
.BgClassName
{
background-color: #C8D82F;
}
</style>
border-color css
<style>
span { border-color: #C8D82F; }
span { border-color: rgb(200,216,47); }
td.TdClassName
{
border-color: #C8D82F;
}
.TagClassName
{
border-color: #C8D82F;
}
</style>