Shades of Fuego #C0CD30
Tints of Fuego #C0CD30
RGB
CMYK
RGB Variations
Color information
#C0CD30 (or 0xC0CD30) is known color: Fuego. HEX triplet: C0, CD and 30. RGB value is (192,205,48). Sum of RGB (Red+Green+Blue) = 192+205+48=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CD30 is #3F32CF. Grayscale: #B7B7B7. Windows color (decimal): -4141776 or 3198400. OLE color: 3198400.
HSL color Cylindrical-coordinate representation of color #C0CD30: hue angle of 64.97º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0CD30 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 48 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.20 |
| HSL | 64.97º | 0.62% | 0.5% | - |
| HSV(B) | 64.97º | 0.77% | 0.8% | - |
| XYZ | 44.1 | 55.08 | 11.1 | - |
| YUV | 183.22 | 51.69 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 48 | 0.06 | 0 | 0.77 | 0.20 | 64.97 | 0.62 | 0.5 |
| Hex | C0 | CD | 30 | 6 | 0 | 4D | 14 | 41 | 3E | 32 |
| Octal | 300 | 315 | 60 | 6 | 0 | 115 | 24 | 101 | 76 | 62 |
| Binary | 11000000 | 11001101 | 110000 | 110 | 0 | 1001101 | 10100 | 1000001 | 111110 | 110010 |
Color Harmonies of #C0CD30
Complementary color
Monochromatic Colors of #C0CD30
Black with #C0CD30
Text Example
Text Example
White with #C0CD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD30; }
p { color: rgb(192,205,48); }
H1.HeaderClassName
{
color: #C0CD30;
}
.AnyTagClassName
{
color: #C0CD30;
}
</style>
background-color css
<style>
a { background-color: #C0CD30; }
a { background-color: rgb(192,205,48); }
div.DivClassName
{
background-color: #C0CD30;
}
.BgClassName
{
background-color: #C0CD30;
}
</style>
border-color css
<style>
span { border-color: #C0CD30; }
span { border-color: rgb(192,205,48); }
td.TdClassName
{
border-color: #C0CD30;
}
.TagClassName
{
border-color: #C0CD30;
}
</style>