Shades of Fuego #C2D12D
Tints of Fuego #C2D12D
RGB
CMYK
RGB Variations
Color information
#C2D12D (or 0xC2D12D) is known color: Fuego. HEX triplet: C2, D1 and 2D. RGB value is (194,209,45). Sum of RGB (Red+Green+Blue) = 194+209+45=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D12D is #3D2ED2. Grayscale: #BABABA. Windows color (decimal): -4009683 or 3002818. OLE color: 3002818.
HSL color Cylindrical-coordinate representation of color #C2D12D: hue angle of 65.49º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2D12D is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 45 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.18 |
| HSL | 65.49º | 0.65% | 0.5% | - |
| HSV(B) | 65.49º | 0.78% | 0.82% | - |
| XYZ | 45.52 | 57.26 | 11.14 | - |
| YUV | 185.82 | 48.53 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 45 | 0.07 | 0 | 0.78 | 0.18 | 65.49 | 0.65 | 0.5 |
| Hex | C2 | D1 | 2D | 7 | 0 | 4E | 12 | 41 | 41 | 32 |
| Octal | 302 | 321 | 55 | 7 | 0 | 116 | 22 | 101 | 101 | 62 |
| Binary | 11000010 | 11010001 | 101101 | 111 | 0 | 1001110 | 10010 | 1000001 | 1000001 | 110010 |
Color Harmonies of #C2D12D
Complementary color
Monochromatic Colors of #C2D12D
Black with #C2D12D
Text Example
Text Example
White with #C2D12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D12D; }
p { color: rgb(194,209,45); }
H1.HeaderClassName
{
color: #C2D12D;
}
.AnyTagClassName
{
color: #C2D12D;
}
</style>
background-color css
<style>
a { background-color: #C2D12D; }
a { background-color: rgb(194,209,45); }
div.DivClassName
{
background-color: #C2D12D;
}
.BgClassName
{
background-color: #C2D12D;
}
</style>
border-color css
<style>
span { border-color: #C2D12D; }
span { border-color: rgb(194,209,45); }
td.TdClassName
{
border-color: #C2D12D;
}
.TagClassName
{
border-color: #C2D12D;
}
</style>