Shades of Fuego #C3DD24
Tints of Fuego #C3DD24
RGB
CMYK
RGB Variations
Color information
#C3DD24 (or 0xC3DD24) is known color: Fuego. HEX triplet: C3, DD and 24. RGB value is (195,221,36). Sum of RGB (Red+Green+Blue) = 195+221+36=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DD24 is #3C22DB. Grayscale: #C0C0C0. Windows color (decimal): -3941084 or 2416067. OLE color: 2416067.
HSL color Cylindrical-coordinate representation of color #C3DD24: hue angle of 68.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3DD24 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 36 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.13 |
| HSL | 68.43º | 0.73% | 0.5% | - |
| HSV(B) | 68.43º | 0.84% | 0.87% | - |
| XYZ | 48.68 | 63.44 | 11.35 | - |
| YUV | 192.14 | 39.89 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 36 | 0.12 | 0 | 0.84 | 0.13 | 68.43 | 0.73 | 0.5 |
| Hex | C3 | DD | 24 | C | 0 | 54 | D | 44 | 49 | 32 |
| Octal | 303 | 335 | 44 | 14 | 0 | 124 | 15 | 104 | 111 | 62 |
| Binary | 11000011 | 11011101 | 100100 | 1100 | 0 | 1010100 | 1101 | 1000100 | 1001001 | 110010 |
Color Harmonies of #C3DD24
Complementary color
Monochromatic Colors of #C3DD24
Black with #C3DD24
Text Example
Text Example
White with #C3DD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DD24; }
p { color: rgb(195,221,36); }
H1.HeaderClassName
{
color: #C3DD24;
}
.AnyTagClassName
{
color: #C3DD24;
}
</style>
background-color css
<style>
a { background-color: #C3DD24; }
a { background-color: rgb(195,221,36); }
div.DivClassName
{
background-color: #C3DD24;
}
.BgClassName
{
background-color: #C3DD24;
}
</style>
border-color css
<style>
span { border-color: #C3DD24; }
span { border-color: rgb(195,221,36); }
td.TdClassName
{
border-color: #C3DD24;
}
.TagClassName
{
border-color: #C3DD24;
}
</style>