Shades of Fuego #C0DF30
Tints of Fuego #C0DF30
RGB
CMYK
RGB Variations
Color information
#C0DF30 (or 0xC0DF30) is known color: Fuego. HEX triplet: C0, DF and 30. RGB value is (192,223,48). Sum of RGB (Red+Green+Blue) = 192+223+48=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DF30 is #3F20CF. Grayscale: #C2C2C2. Windows color (decimal): -4137168 or 3203008. OLE color: 3203008.
HSL color Cylindrical-coordinate representation of color #C0DF30: hue angle of 70.63º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0DF30 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 48 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.13 |
| HSL | 70.63º | 0.73% | 0.53% | - |
| HSV(B) | 70.63º | 0.78% | 0.87% | - |
| XYZ | 48.66 | 64.2 | 12.62 | - |
| YUV | 193.78 | 45.73 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 48 | 0.14 | 0 | 0.78 | 0.13 | 70.63 | 0.73 | 0.53 |
| Hex | C0 | DF | 30 | E | 0 | 4E | D | 47 | 49 | 35 |
| Octal | 300 | 337 | 60 | 16 | 0 | 116 | 15 | 107 | 111 | 65 |
| Binary | 11000000 | 11011111 | 110000 | 1110 | 0 | 1001110 | 1101 | 1000111 | 1001001 | 110101 |
Color Harmonies of #C0DF30
Complementary color
Monochromatic Colors of #C0DF30
Black with #C0DF30
Text Example
Text Example
White with #C0DF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF30; }
p { color: rgb(192,223,48); }
H1.HeaderClassName
{
color: #C0DF30;
}
.AnyTagClassName
{
color: #C0DF30;
}
</style>
background-color css
<style>
a { background-color: #C0DF30; }
a { background-color: rgb(192,223,48); }
div.DivClassName
{
background-color: #C0DF30;
}
.BgClassName
{
background-color: #C0DF30;
}
</style>
border-color css
<style>
span { border-color: #C0DF30; }
span { border-color: rgb(192,223,48); }
td.TdClassName
{
border-color: #C0DF30;
}
.TagClassName
{
border-color: #C0DF30;
}
</style>