Shades of Fuego #C8D12C
Tints of Fuego #C8D12C
RGB
CMYK
RGB Variations
Color information
#C8D12C (or 0xC8D12C) is known color: Fuego. HEX triplet: C8, D1 and 2C. RGB value is (200,209,44). Sum of RGB (Red+Green+Blue) = 200+209+44=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D12C is #372ED3. Grayscale: #BCBCBC. Windows color (decimal): -3616468 or 2937288. OLE color: 2937288.
HSL color Cylindrical-coordinate representation of color #C8D12C: hue angle of 63.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8D12C is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 44 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.18 |
| HSL | 63.27º | 0.65% | 0.5% | - |
| HSV(B) | 63.27º | 0.79% | 0.82% | - |
| XYZ | 47.07 | 58.06 | 11.11 | - |
| YUV | 187.5 | 47.02 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 44 | 0.04 | 0 | 0.79 | 0.18 | 63.27 | 0.65 | 0.5 |
| Hex | C8 | D1 | 2C | 4 | 0 | 4F | 12 | 3F | 41 | 32 |
| Octal | 310 | 321 | 54 | 4 | 0 | 117 | 22 | 77 | 101 | 62 |
| Binary | 11001000 | 11010001 | 101100 | 100 | 0 | 1001111 | 10010 | 111111 | 1000001 | 110010 |
Color Harmonies of #C8D12C
Complementary color
Monochromatic Colors of #C8D12C
Black with #C8D12C
Text Example
Text Example
White with #C8D12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D12C; }
p { color: rgb(200,209,44); }
H1.HeaderClassName
{
color: #C8D12C;
}
.AnyTagClassName
{
color: #C8D12C;
}
</style>
background-color css
<style>
a { background-color: #C8D12C; }
a { background-color: rgb(200,209,44); }
div.DivClassName
{
background-color: #C8D12C;
}
.BgClassName
{
background-color: #C8D12C;
}
</style>
border-color css
<style>
span { border-color: #C8D12C; }
span { border-color: rgb(200,209,44); }
td.TdClassName
{
border-color: #C8D12C;
}
.TagClassName
{
border-color: #C8D12C;
}
</style>