Shades of Fuego #C0DF1E
Tints of Fuego #C0DF1E
RGB
CMYK
RGB Variations
Color information
#C0DF1E (or 0xC0DF1E) is known color: Fuego. HEX triplet: C0, DF and 1E. RGB value is (192,223,30). Sum of RGB (Red+Green+Blue) = 192+223+30=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DF1E is #3F20E1. Grayscale: #C0C0C0. Windows color (decimal): -4137186 or 2023360. OLE color: 2023360.
HSL color Cylindrical-coordinate representation of color #C0DF1E: hue angle of 69.64º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0DF1E is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 30 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.13 |
| HSL | 69.64º | 0.76% | 0.5% | - |
| HSV(B) | 69.64º | 0.87% | 0.87% | - |
| XYZ | 48.36 | 64.08 | 11.05 | - |
| YUV | 191.73 | 36.73 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 30 | 0.14 | 0 | 0.87 | 0.13 | 69.64 | 0.76 | 0.5 |
| Hex | C0 | DF | 1E | E | 0 | 57 | D | 46 | 4C | 32 |
| Octal | 300 | 337 | 36 | 16 | 0 | 127 | 15 | 106 | 114 | 62 |
| Binary | 11000000 | 11011111 | 11110 | 1110 | 0 | 1010111 | 1101 | 1000110 | 1001100 | 110010 |
Color Harmonies of #C0DF1E
Complementary color
Monochromatic Colors of #C0DF1E
Black with #C0DF1E
Text Example
Text Example
White with #C0DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF1E; }
p { color: rgb(192,223,30); }
H1.HeaderClassName
{
color: #C0DF1E;
}
.AnyTagClassName
{
color: #C0DF1E;
}
</style>
background-color css
<style>
a { background-color: #C0DF1E; }
a { background-color: rgb(192,223,30); }
div.DivClassName
{
background-color: #C0DF1E;
}
.BgClassName
{
background-color: #C0DF1E;
}
</style>
border-color css
<style>
span { border-color: #C0DF1E; }
span { border-color: rgb(192,223,30); }
td.TdClassName
{
border-color: #C0DF1E;
}
.TagClassName
{
border-color: #C0DF1E;
}
</style>