Shades of Fuego #C8D52C
Tints of Fuego #C8D52C
RGB
CMYK
RGB Variations
Color information
#C8D52C (or 0xC8D52C) is known color: Fuego. HEX triplet: C8, D5 and 2C. RGB value is (200,213,44). Sum of RGB (Red+Green+Blue) = 200+213+44=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D52C is #372AD3. Grayscale: #BEBEBE. Windows color (decimal): -3615444 or 2938312. OLE color: 2938312.
HSL color Cylindrical-coordinate representation of color #C8D52C: hue angle of 64.62º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8D52C is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 44 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.16 |
| HSL | 64.62º | 0.67% | 0.5% | - |
| HSV(B) | 64.62º | 0.79% | 0.84% | - |
| XYZ | 48.07 | 60.05 | 11.44 | - |
| YUV | 189.85 | 45.69 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 44 | 0.06 | 0 | 0.79 | 0.16 | 64.62 | 0.67 | 0.5 |
| Hex | C8 | D5 | 2C | 6 | 0 | 4F | 10 | 41 | 43 | 32 |
| Octal | 310 | 325 | 54 | 6 | 0 | 117 | 20 | 101 | 103 | 62 |
| Binary | 11001000 | 11010101 | 101100 | 110 | 0 | 1001111 | 10000 | 1000001 | 1000011 | 110010 |
Color Harmonies of #C8D52C
Complementary color
Monochromatic Colors of #C8D52C
Black with #C8D52C
Text Example
Text Example
White with #C8D52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D52C; }
p { color: rgb(200,213,44); }
H1.HeaderClassName
{
color: #C8D52C;
}
.AnyTagClassName
{
color: #C8D52C;
}
</style>
background-color css
<style>
a { background-color: #C8D52C; }
a { background-color: rgb(200,213,44); }
div.DivClassName
{
background-color: #C8D52C;
}
.BgClassName
{
background-color: #C8D52C;
}
</style>
border-color css
<style>
span { border-color: #C8D52C; }
span { border-color: rgb(200,213,44); }
td.TdClassName
{
border-color: #C8D52C;
}
.TagClassName
{
border-color: #C8D52C;
}
</style>