Shades of Fuego #C4DD2E
Tints of Fuego #C4DD2E
RGB
CMYK
RGB Variations
Color information
#C4DD2E (or 0xC4DD2E) is known color: Fuego. HEX triplet: C4, DD and 2E. RGB value is (196,221,46). Sum of RGB (Red+Green+Blue) = 196+221+46=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 46 (18.36% from 255 or 9.94% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DD2E is #3B22D1. Grayscale: #C2C2C2. Windows color (decimal): -3875538 or 3071428. OLE color: 3071428.
HSL color Cylindrical-coordinate representation of color #C4DD2E: hue angle of 68.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4DD2E is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 221 | 46 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.13 |
| HSL | 68.57º | 0.72% | 0.52% | - |
| HSV(B) | 68.57º | 0.79% | 0.87% | - |
| XYZ | 49.11 | 63.65 | 12.28 | - |
| YUV | 193.58 | 44.72 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 221 | 46 | 0.11 | 0 | 0.79 | 0.13 | 68.57 | 0.72 | 0.52 |
| Hex | C4 | DD | 2E | B | 0 | 4F | D | 45 | 48 | 34 |
| Octal | 304 | 335 | 56 | 13 | 0 | 117 | 15 | 105 | 110 | 64 |
| Binary | 11000100 | 11011101 | 101110 | 1011 | 0 | 1001111 | 1101 | 1000101 | 1001000 | 110100 |
Color Harmonies of #C4DD2E
Complementary color
Monochromatic Colors of #C4DD2E
Black with #C4DD2E
Text Example
Text Example
White with #C4DD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DD2E; }
p { color: rgb(196,221,46); }
H1.HeaderClassName
{
color: #C4DD2E;
}
.AnyTagClassName
{
color: #C4DD2E;
}
</style>
background-color css
<style>
a { background-color: #C4DD2E; }
a { background-color: rgb(196,221,46); }
div.DivClassName
{
background-color: #C4DD2E;
}
.BgClassName
{
background-color: #C4DD2E;
}
</style>
border-color css
<style>
span { border-color: #C4DD2E; }
span { border-color: rgb(196,221,46); }
td.TdClassName
{
border-color: #C4DD2E;
}
.TagClassName
{
border-color: #C4DD2E;
}
</style>