Shades of Fuego #C9DD1E
Tints of Fuego #C9DD1E
RGB
CMYK
RGB Variations
Color information
#C9DD1E (or 0xC9DD1E) is known color: Fuego. HEX triplet: C9, DD and 1E. RGB value is (201,221,30). Sum of RGB (Red+Green+Blue) = 201+221+30=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 30 (12.11% from 255 or 6.64% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DD1E is #3622E1. Grayscale: #C1C1C1. Windows color (decimal): -3547874 or 2022857. OLE color: 2022857.
HSL color Cylindrical-coordinate representation of color #C9DD1E: hue angle of 66.28º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9DD1E is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 30 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.13 |
| HSL | 66.28º | 0.76% | 0.49% | - |
| HSV(B) | 66.28º | 0.86% | 0.87% | - |
| XYZ | 50.18 | 64.22 | 10.98 | - |
| YUV | 193.25 | 35.87 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 30 | 0.09 | 0 | 0.86 | 0.13 | 66.28 | 0.76 | 0.49 |
| Hex | C9 | DD | 1E | 9 | 0 | 56 | D | 42 | 4C | 31 |
| Octal | 311 | 335 | 36 | 11 | 0 | 126 | 15 | 102 | 114 | 61 |
| Binary | 11001001 | 11011101 | 11110 | 1001 | 0 | 1010110 | 1101 | 1000010 | 1001100 | 110001 |
Color Harmonies of #C9DD1E
Complementary color
Monochromatic Colors of #C9DD1E
Black with #C9DD1E
Text Example
Text Example
White with #C9DD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD1E; }
p { color: rgb(201,221,30); }
H1.HeaderClassName
{
color: #C9DD1E;
}
.AnyTagClassName
{
color: #C9DD1E;
}
</style>
background-color css
<style>
a { background-color: #C9DD1E; }
a { background-color: rgb(201,221,30); }
div.DivClassName
{
background-color: #C9DD1E;
}
.BgClassName
{
background-color: #C9DD1E;
}
</style>
border-color css
<style>
span { border-color: #C9DD1E; }
span { border-color: rgb(201,221,30); }
td.TdClassName
{
border-color: #C9DD1E;
}
.TagClassName
{
border-color: #C9DD1E;
}
</style>