Shades of Fuego #C9D52D
Tints of Fuego #C9D52D
RGB
CMYK
RGB Variations
Color information
#C9D52D (or 0xC9D52D) is known color: Fuego. HEX triplet: C9, D5 and 2D. RGB value is (201,213,45). Sum of RGB (Red+Green+Blue) = 201+213+45=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D52D is #362AD2. Grayscale: #BEBEBE. Windows color (decimal): -3549907 or 3003849. OLE color: 3003849.
HSL color Cylindrical-coordinate representation of color #C9D52D: hue angle of 64.29º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9D52D is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 45 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.16 |
| HSL | 64.29º | 0.67% | 0.51% | - |
| HSV(B) | 64.29º | 0.79% | 0.84% | - |
| XYZ | 48.36 | 60.2 | 11.55 | - |
| YUV | 190.26 | 46.02 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 45 | 0.06 | 0 | 0.79 | 0.16 | 64.29 | 0.67 | 0.51 |
| Hex | C9 | D5 | 2D | 6 | 0 | 4F | 10 | 40 | 43 | 33 |
| Octal | 311 | 325 | 55 | 6 | 0 | 117 | 20 | 100 | 103 | 63 |
| Binary | 11001001 | 11010101 | 101101 | 110 | 0 | 1001111 | 10000 | 1000000 | 1000011 | 110011 |
Color Harmonies of #C9D52D
Complementary color
Monochromatic Colors of #C9D52D
Black with #C9D52D
Text Example
Text Example
White with #C9D52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D52D; }
p { color: rgb(201,213,45); }
H1.HeaderClassName
{
color: #C9D52D;
}
.AnyTagClassName
{
color: #C9D52D;
}
</style>
background-color css
<style>
a { background-color: #C9D52D; }
a { background-color: rgb(201,213,45); }
div.DivClassName
{
background-color: #C9D52D;
}
.BgClassName
{
background-color: #C9D52D;
}
</style>
border-color css
<style>
span { border-color: #C9D52D; }
span { border-color: rgb(201,213,45); }
td.TdClassName
{
border-color: #C9D52D;
}
.TagClassName
{
border-color: #C9D52D;
}
</style>