Shades of Fuego #C9DA2C
Tints of Fuego #C9DA2C
RGB
CMYK
RGB Variations
Color information
#C9DA2C (or 0xC9DA2C) is known color: Fuego. HEX triplet: C9, DA and 2C. RGB value is (201,218,44). Sum of RGB (Red+Green+Blue) = 201+218+44=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DA2C is #3625D3. Grayscale: #C1C1C1. Windows color (decimal): -3548628 or 2939593. OLE color: 2939593.
HSL color Cylindrical-coordinate representation of color #C9DA2C: hue angle of 65.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9DA2C is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 44 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.15 |
| HSL | 65.86º | 0.7% | 0.51% | - |
| HSV(B) | 65.86º | 0.8% | 0.85% | - |
| XYZ | 49.61 | 62.74 | 11.88 | - |
| YUV | 193.08 | 43.87 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 44 | 0.08 | 0 | 0.80 | 0.15 | 65.86 | 0.7 | 0.51 |
| Hex | C9 | DA | 2C | 8 | 0 | 50 | F | 42 | 46 | 33 |
| Octal | 311 | 332 | 54 | 10 | 0 | 120 | 17 | 102 | 106 | 63 |
| Binary | 11001001 | 11011010 | 101100 | 1000 | 0 | 1010000 | 1111 | 1000010 | 1000110 | 110011 |
Color Harmonies of #C9DA2C
Complementary color
Monochromatic Colors of #C9DA2C
Black with #C9DA2C
Text Example
Text Example
White with #C9DA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DA2C; }
p { color: rgb(201,218,44); }
H1.HeaderClassName
{
color: #C9DA2C;
}
.AnyTagClassName
{
color: #C9DA2C;
}
</style>
background-color css
<style>
a { background-color: #C9DA2C; }
a { background-color: rgb(201,218,44); }
div.DivClassName
{
background-color: #C9DA2C;
}
.BgClassName
{
background-color: #C9DA2C;
}
</style>
border-color css
<style>
span { border-color: #C9DA2C; }
span { border-color: rgb(201,218,44); }
td.TdClassName
{
border-color: #C9DA2C;
}
.TagClassName
{
border-color: #C9DA2C;
}
</style>