Shades of Fuego #C0DD30
Tints of Fuego #C0DD30
RGB
CMYK
RGB Variations
Color information
#C0DD30 (or 0xC0DD30) is known color: Fuego. HEX triplet: C0, DD and 30. RGB value is (192,221,48). Sum of RGB (Red+Green+Blue) = 192+221+48=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DD30 is #3F22CF. Grayscale: #C1C1C1. Windows color (decimal): -4137680 or 3202496. OLE color: 3202496.
HSL color Cylindrical-coordinate representation of color #C0DD30: hue angle of 70.06º degrees, saturation: 0.72, 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 #C0DD30 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 48 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.13 |
| HSL | 70.06º | 0.72% | 0.53% | - |
| HSV(B) | 70.06º | 0.78% | 0.87% | - |
| XYZ | 48.13 | 63.13 | 12.45 | - |
| YUV | 192.61 | 46.39 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 48 | 0.13 | 0 | 0.78 | 0.13 | 70.06 | 0.72 | 0.53 |
| Hex | C0 | DD | 30 | D | 0 | 4E | D | 46 | 48 | 35 |
| Octal | 300 | 335 | 60 | 15 | 0 | 116 | 15 | 106 | 110 | 65 |
| Binary | 11000000 | 11011101 | 110000 | 1101 | 0 | 1001110 | 1101 | 1000110 | 1001000 | 110101 |
Color Harmonies of #C0DD30
Complementary color
Monochromatic Colors of #C0DD30
Black with #C0DD30
Text Example
Text Example
White with #C0DD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD30; }
p { color: rgb(192,221,48); }
H1.HeaderClassName
{
color: #C0DD30;
}
.AnyTagClassName
{
color: #C0DD30;
}
</style>
background-color css
<style>
a { background-color: #C0DD30; }
a { background-color: rgb(192,221,48); }
div.DivClassName
{
background-color: #C0DD30;
}
.BgClassName
{
background-color: #C0DD30;
}
</style>
border-color css
<style>
span { border-color: #C0DD30; }
span { border-color: rgb(192,221,48); }
td.TdClassName
{
border-color: #C0DD30;
}
.TagClassName
{
border-color: #C0DD30;
}
</style>