Shades of Fuego #C8D71E
Tints of Fuego #C8D71E
RGB
CMYK
RGB Variations
Color information
#C8D71E (or 0xC8D71E) is known color: Fuego. HEX triplet: C8, D7 and 1E. RGB value is (200,215,30). Sum of RGB (Red+Green+Blue) = 200+215+30=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D71E is #3728E1. Grayscale: #BEBEBE. Windows color (decimal): -3614946 or 2021320. OLE color: 2021320.
HSL color Cylindrical-coordinate representation of color #C8D71E: hue angle of 64.86º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8D71E is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 30 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.16 |
| HSL | 64.86º | 0.76% | 0.48% | - |
| HSV(B) | 64.86º | 0.86% | 0.84% | - |
| XYZ | 48.35 | 60.97 | 10.45 | - |
| YUV | 189.43 | 38.03 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 30 | 0.07 | 0 | 0.86 | 0.16 | 64.86 | 0.76 | 0.48 |
| Hex | C8 | D7 | 1E | 7 | 0 | 56 | 10 | 41 | 4C | 30 |
| Octal | 310 | 327 | 36 | 7 | 0 | 126 | 20 | 101 | 114 | 60 |
| Binary | 11001000 | 11010111 | 11110 | 111 | 0 | 1010110 | 10000 | 1000001 | 1001100 | 110000 |
Color Harmonies of #C8D71E
Complementary color
Monochromatic Colors of #C8D71E
Black with #C8D71E
Text Example
Text Example
White with #C8D71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D71E; }
p { color: rgb(200,215,30); }
H1.HeaderClassName
{
color: #C8D71E;
}
.AnyTagClassName
{
color: #C8D71E;
}
</style>
background-color css
<style>
a { background-color: #C8D71E; }
a { background-color: rgb(200,215,30); }
div.DivClassName
{
background-color: #C8D71E;
}
.BgClassName
{
background-color: #C8D71E;
}
</style>
border-color css
<style>
span { border-color: #C8D71E; }
span { border-color: rgb(200,215,30); }
td.TdClassName
{
border-color: #C8D71E;
}
.TagClassName
{
border-color: #C8D71E;
}
</style>