Shades of Fuego #C9DD28
Tints of Fuego #C9DD28
RGB
CMYK
RGB Variations
Color information
#C9DD28 (or 0xC9DD28) is known color: Fuego. HEX triplet: C9, DD and 28. RGB value is (201,221,40). Sum of RGB (Red+Green+Blue) = 201+221+40=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DD28 is #3622D7. Grayscale: #C3C3C3. Windows color (decimal): -3547864 or 2678217. OLE color: 2678217.
HSL color Cylindrical-coordinate representation of color #C9DD28: hue angle of 66.63º 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 #C9DD28 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 40 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.13 |
| HSL | 66.63º | 0.73% | 0.51% | - |
| HSV(B) | 66.63º | 0.82% | 0.87% | - |
| XYZ | 50.33 | 64.28 | 11.76 | - |
| YUV | 194.39 | 40.87 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 40 | 0.09 | 0 | 0.82 | 0.13 | 66.63 | 0.73 | 0.51 |
| Hex | C9 | DD | 28 | 9 | 0 | 52 | D | 43 | 49 | 33 |
| Octal | 311 | 335 | 50 | 11 | 0 | 122 | 15 | 103 | 111 | 63 |
| Binary | 11001001 | 11011101 | 101000 | 1001 | 0 | 1010010 | 1101 | 1000011 | 1001001 | 110011 |
Color Harmonies of #C9DD28
Complementary color
Monochromatic Colors of #C9DD28
Black with #C9DD28
Text Example
Text Example
White with #C9DD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD28; }
p { color: rgb(201,221,40); }
H1.HeaderClassName
{
color: #C9DD28;
}
.AnyTagClassName
{
color: #C9DD28;
}
</style>
background-color css
<style>
a { background-color: #C9DD28; }
a { background-color: rgb(201,221,40); }
div.DivClassName
{
background-color: #C9DD28;
}
.BgClassName
{
background-color: #C9DD28;
}
</style>
border-color css
<style>
span { border-color: #C9DD28; }
span { border-color: rgb(201,221,40); }
td.TdClassName
{
border-color: #C9DD28;
}
.TagClassName
{
border-color: #C9DD28;
}
</style>