Shades of Fuego #C0D730
Tints of Fuego #C0D730
RGB
CMYK
RGB Variations
Color information
#C0D730 (or 0xC0D730) is known color: Fuego. HEX triplet: C0, D7 and 30. RGB value is (192,215,48). Sum of RGB (Red+Green+Blue) = 192+215+48=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 215 (84.38% from 255 or 47.25% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D730 is #3F28CF. Grayscale: #BDBDBD. Windows color (decimal): -4139216 or 3200960. OLE color: 3200960.
HSL color Cylindrical-coordinate representation of color #C0D730: hue angle of 68.26º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0D730 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 48 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.16 |
| HSL | 68.26º | 0.68% | 0.52% | - |
| HSV(B) | 68.26º | 0.78% | 0.84% | - |
| XYZ | 46.57 | 60.02 | 11.93 | - |
| YUV | 189.09 | 48.38 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 48 | 0.11 | 0 | 0.78 | 0.16 | 68.26 | 0.68 | 0.52 |
| Hex | C0 | D7 | 30 | B | 0 | 4E | 10 | 44 | 44 | 34 |
| Octal | 300 | 327 | 60 | 13 | 0 | 116 | 20 | 104 | 104 | 64 |
| Binary | 11000000 | 11010111 | 110000 | 1011 | 0 | 1001110 | 10000 | 1000100 | 1000100 | 110100 |
Color Harmonies of #C0D730
Complementary color
Monochromatic Colors of #C0D730
Black with #C0D730
Text Example
Text Example
White with #C0D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D730; }
p { color: rgb(192,215,48); }
H1.HeaderClassName
{
color: #C0D730;
}
.AnyTagClassName
{
color: #C0D730;
}
</style>
background-color css
<style>
a { background-color: #C0D730; }
a { background-color: rgb(192,215,48); }
div.DivClassName
{
background-color: #C0D730;
}
.BgClassName
{
background-color: #C0D730;
}
</style>
border-color css
<style>
span { border-color: #C0D730; }
span { border-color: rgb(192,215,48); }
td.TdClassName
{
border-color: #C0D730;
}
.TagClassName
{
border-color: #C0D730;
}
</style>