Shades of Fuego #C4DD28
Tints of Fuego #C4DD28
RGB
CMYK
RGB Variations
Color information
#C4DD28 (or 0xC4DD28) is known color: Fuego. HEX triplet: C4, DD and 28. RGB value is (196,221,40). Sum of RGB (Red+Green+Blue) = 196+221+40=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DD28 is #3B22D7. Grayscale: #C1C1C1. Windows color (decimal): -3875544 or 2678212. OLE color: 2678212.
HSL color Cylindrical-coordinate representation of color #C4DD28: hue angle of 68.29º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4DD28 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 221 | 40 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.13 |
| HSL | 68.29º | 0.73% | 0.51% | - |
| HSV(B) | 68.29º | 0.82% | 0.87% | - |
| XYZ | 49 | 63.6 | 11.7 | - |
| YUV | 192.89 | 41.72 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 221 | 40 | 0.11 | 0 | 0.82 | 0.13 | 68.29 | 0.73 | 0.51 |
| Hex | C4 | DD | 28 | B | 0 | 52 | D | 44 | 49 | 33 |
| Octal | 304 | 335 | 50 | 13 | 0 | 122 | 15 | 104 | 111 | 63 |
| Binary | 11000100 | 11011101 | 101000 | 1011 | 0 | 1010010 | 1101 | 1000100 | 1001001 | 110011 |
Color Harmonies of #C4DD28
Complementary color
Monochromatic Colors of #C4DD28
Black with #C4DD28
Text Example
Text Example
White with #C4DD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DD28; }
p { color: rgb(196,221,40); }
H1.HeaderClassName
{
color: #C4DD28;
}
.AnyTagClassName
{
color: #C4DD28;
}
</style>
background-color css
<style>
a { background-color: #C4DD28; }
a { background-color: rgb(196,221,40); }
div.DivClassName
{
background-color: #C4DD28;
}
.BgClassName
{
background-color: #C4DD28;
}
</style>
border-color css
<style>
span { border-color: #C4DD28; }
span { border-color: rgb(196,221,40); }
td.TdClassName
{
border-color: #C4DD28;
}
.TagClassName
{
border-color: #C4DD28;
}
</style>