Shades of Fuego #C8E01C
Tints of Fuego #C8E01C
RGB
CMYK
RGB Variations
Color information
#C8E01C (or 0xC8E01C) is known color: Fuego. HEX triplet: C8, E0 and 1C. RGB value is (200,224,28). Sum of RGB (Red+Green+Blue) = 200+224+28=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 28 (11.33% from 255 or 6.19% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E01C is #371FE3. Grayscale: #C3C3C3. Windows color (decimal): -3612644 or 1892552. OLE color: 1892552.
HSL color Cylindrical-coordinate representation of color #C8E01C: hue angle of 67.35º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8E01C is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 224 | 28 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.12 |
| HSL | 67.35º | 0.78% | 0.49% | - |
| HSV(B) | 67.35º | 0.88% | 0.88% | - |
| XYZ | 50.68 | 65.67 | 11.1 | - |
| YUV | 194.48 | 34.05 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 28 | 0.11 | 0 | 0.88 | 0.12 | 67.35 | 0.78 | 0.49 |
| Hex | C8 | E0 | 1C | B | 0 | 58 | C | 43 | 4E | 31 |
| Octal | 310 | 340 | 34 | 13 | 0 | 130 | 14 | 103 | 116 | 61 |
| Binary | 11001000 | 11100000 | 11100 | 1011 | 0 | 1011000 | 1100 | 1000011 | 1001110 | 110001 |
Color Harmonies of #C8E01C
Complementary color
Monochromatic Colors of #C8E01C
Black with #C8E01C
Text Example
Text Example
White with #C8E01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E01C; }
p { color: rgb(200,224,28); }
H1.HeaderClassName
{
color: #C8E01C;
}
.AnyTagClassName
{
color: #C8E01C;
}
</style>
background-color css
<style>
a { background-color: #C8E01C; }
a { background-color: rgb(200,224,28); }
div.DivClassName
{
background-color: #C8E01C;
}
.BgClassName
{
background-color: #C8E01C;
}
</style>
border-color css
<style>
span { border-color: #C8E01C; }
span { border-color: rgb(200,224,28); }
td.TdClassName
{
border-color: #C8E01C;
}
.TagClassName
{
border-color: #C8E01C;
}
</style>