Shades of Fuego #C0DF1F
Tints of Fuego #C0DF1F
RGB
CMYK
RGB Variations
Color information
#C0DF1F (or 0xC0DF1F) is known color: Fuego. HEX triplet: C0, DF and 1F. RGB value is (192,223,31). Sum of RGB (Red+Green+Blue) = 192+223+31=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DF1F is #3F20E0. Grayscale: #C0C0C0. Windows color (decimal): -4137185 or 2088896. OLE color: 2088896.
HSL color Cylindrical-coordinate representation of color #C0DF1F: hue angle of 69.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0DF1F is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 31 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.13 |
| HSL | 69.69º | 0.76% | 0.5% | - |
| HSV(B) | 69.69º | 0.86% | 0.87% | - |
| XYZ | 48.37 | 64.08 | 11.12 | - |
| YUV | 191.84 | 37.23 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 31 | 0.14 | 0 | 0.86 | 0.13 | 69.69 | 0.76 | 0.5 |
| Hex | C0 | DF | 1F | E | 0 | 56 | D | 46 | 4C | 32 |
| Octal | 300 | 337 | 37 | 16 | 0 | 126 | 15 | 106 | 114 | 62 |
| Binary | 11000000 | 11011111 | 11111 | 1110 | 0 | 1010110 | 1101 | 1000110 | 1001100 | 110010 |
Color Harmonies of #C0DF1F
Complementary color
Monochromatic Colors of #C0DF1F
Black with #C0DF1F
Text Example
Text Example
White with #C0DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF1F; }
p { color: rgb(192,223,31); }
H1.HeaderClassName
{
color: #C0DF1F;
}
.AnyTagClassName
{
color: #C0DF1F;
}
</style>
background-color css
<style>
a { background-color: #C0DF1F; }
a { background-color: rgb(192,223,31); }
div.DivClassName
{
background-color: #C0DF1F;
}
.BgClassName
{
background-color: #C0DF1F;
}
</style>
border-color css
<style>
span { border-color: #C0DF1F; }
span { border-color: rgb(192,223,31); }
td.TdClassName
{
border-color: #C0DF1F;
}
.TagClassName
{
border-color: #C0DF1F;
}
</style>