Shades of Fuego #C3DD20
Tints of Fuego #C3DD20
RGB
CMYK
RGB Variations
Color information
#C3DD20 (or 0xC3DD20) is known color: Fuego. HEX triplet: C3, DD and 20. RGB value is (195,221,32). Sum of RGB (Red+Green+Blue) = 195+221+32=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DD20 is #3C22DF. Grayscale: #C0C0C0. Windows color (decimal): -3941088 or 2153923. OLE color: 2153923.
HSL color Cylindrical-coordinate representation of color #C3DD20: hue angle of 68.25º degrees, saturation: 0.75, 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 #C3DD20 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 32 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.13 |
| HSL | 68.25º | 0.75% | 0.5% | - |
| HSV(B) | 68.25º | 0.86% | 0.87% | - |
| XYZ | 48.62 | 63.42 | 11.04 | - |
| YUV | 191.68 | 37.89 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 32 | 0.12 | 0 | 0.86 | 0.13 | 68.25 | 0.75 | 0.5 |
| Hex | C3 | DD | 20 | C | 0 | 56 | D | 44 | 4B | 32 |
| Octal | 303 | 335 | 40 | 14 | 0 | 126 | 15 | 104 | 113 | 62 |
| Binary | 11000011 | 11011101 | 100000 | 1100 | 0 | 1010110 | 1101 | 1000100 | 1001011 | 110010 |
Color Harmonies of #C3DD20
Complementary color
Monochromatic Colors of #C3DD20
Black with #C3DD20
Text Example
Text Example
White with #C3DD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DD20; }
p { color: rgb(195,221,32); }
H1.HeaderClassName
{
color: #C3DD20;
}
.AnyTagClassName
{
color: #C3DD20;
}
</style>
background-color css
<style>
a { background-color: #C3DD20; }
a { background-color: rgb(195,221,32); }
div.DivClassName
{
background-color: #C3DD20;
}
.BgClassName
{
background-color: #C3DD20;
}
</style>
border-color css
<style>
span { border-color: #C3DD20; }
span { border-color: rgb(195,221,32); }
td.TdClassName
{
border-color: #C3DD20;
}
.TagClassName
{
border-color: #C3DD20;
}
</style>