Shades of Fuego #C9D62E
Tints of Fuego #C9D62E
RGB
CMYK
RGB Variations
Color information
#C9D62E (or 0xC9D62E) is known color: Fuego. HEX triplet: C9, D6 and 2E. RGB value is (201,214,46). Sum of RGB (Red+Green+Blue) = 201+214+46=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D62E is #3629D1. Grayscale: #BFBFBF. Windows color (decimal): -3549650 or 3069641. OLE color: 3069641.
HSL color Cylindrical-coordinate representation of color #C9D62E: hue angle of 64.64º 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 #C9D62E is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 46 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.16 |
| HSL | 64.64º | 0.67% | 0.51% | - |
| HSV(B) | 64.64º | 0.79% | 0.84% | - |
| XYZ | 48.63 | 60.71 | 11.74 | - |
| YUV | 190.96 | 46.19 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 46 | 0.06 | 0 | 0.79 | 0.16 | 64.64 | 0.67 | 0.51 |
| Hex | C9 | D6 | 2E | 6 | 0 | 4F | 10 | 41 | 43 | 33 |
| Octal | 311 | 326 | 56 | 6 | 0 | 117 | 20 | 101 | 103 | 63 |
| Binary | 11001001 | 11010110 | 101110 | 110 | 0 | 1001111 | 10000 | 1000001 | 1000011 | 110011 |
Color Harmonies of #C9D62E
Complementary color
Monochromatic Colors of #C9D62E
Black with #C9D62E
Text Example
Text Example
White with #C9D62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D62E; }
p { color: rgb(201,214,46); }
H1.HeaderClassName
{
color: #C9D62E;
}
.AnyTagClassName
{
color: #C9D62E;
}
</style>
background-color css
<style>
a { background-color: #C9D62E; }
a { background-color: rgb(201,214,46); }
div.DivClassName
{
background-color: #C9D62E;
}
.BgClassName
{
background-color: #C9D62E;
}
</style>
border-color css
<style>
span { border-color: #C9D62E; }
span { border-color: rgb(201,214,46); }
td.TdClassName
{
border-color: #C9D62E;
}
.TagClassName
{
border-color: #C9D62E;
}
</style>