Shades of Fuego #C8D425
Tints of Fuego #C8D425
RGB
CMYK
RGB Variations
Color information
#C8D425 (or 0xC8D425) is known color: Fuego. HEX triplet: C8, D4 and 25. RGB value is (200,212,37). Sum of RGB (Red+Green+Blue) = 200+212+37=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 37 (14.84% from 255 or 8.24% from 449); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D425 is #372BDA. Grayscale: #BDBDBD. Windows color (decimal): -3615707 or 2479304. OLE color: 2479304.
HSL color Cylindrical-coordinate representation of color #C8D425: hue angle of 64.11º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8D425 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 212 | 37 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.17 |
| HSL | 64.11º | 0.7% | 0.49% | - |
| HSV(B) | 64.11º | 0.83% | 0.83% | - |
| XYZ | 47.7 | 59.5 | 10.72 | - |
| YUV | 188.46 | 42.52 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 212 | 37 | 0.06 | 0 | 0.83 | 0.17 | 64.11 | 0.7 | 0.49 |
| Hex | C8 | D4 | 25 | 6 | 0 | 53 | 11 | 40 | 46 | 31 |
| Octal | 310 | 324 | 45 | 6 | 0 | 123 | 21 | 100 | 106 | 61 |
| Binary | 11001000 | 11010100 | 100101 | 110 | 0 | 1010011 | 10001 | 1000000 | 1000110 | 110001 |
Color Harmonies of #C8D425
Complementary color
Monochromatic Colors of #C8D425
Black with #C8D425
Text Example
Text Example
White with #C8D425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D425; }
p { color: rgb(200,212,37); }
H1.HeaderClassName
{
color: #C8D425;
}
.AnyTagClassName
{
color: #C8D425;
}
</style>
background-color css
<style>
a { background-color: #C8D425; }
a { background-color: rgb(200,212,37); }
div.DivClassName
{
background-color: #C8D425;
}
.BgClassName
{
background-color: #C8D425;
}
</style>
border-color css
<style>
span { border-color: #C8D425; }
span { border-color: rgb(200,212,37); }
td.TdClassName
{
border-color: #C8D425;
}
.TagClassName
{
border-color: #C8D425;
}
</style>