Shades of Fuego #C2D12B
Tints of Fuego #C2D12B
RGB
CMYK
RGB Variations
Color information
#C2D12B (or 0xC2D12B) is known color: Fuego. HEX triplet: C2, D1 and 2B. RGB value is (194,209,43). Sum of RGB (Red+Green+Blue) = 194+209+43=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D12B is #3D2ED4. Grayscale: #BABABA. Windows color (decimal): -4009685 or 2871746. OLE color: 2871746.
HSL color Cylindrical-coordinate representation of color #C2D12B: hue angle of 65.42º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2D12B is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 43 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.18 |
| HSL | 65.42º | 0.66% | 0.49% | - |
| HSV(B) | 65.42º | 0.79% | 0.82% | - |
| XYZ | 45.48 | 57.24 | 10.94 | - |
| YUV | 185.59 | 47.53 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 43 | 0.07 | 0 | 0.79 | 0.18 | 65.42 | 0.66 | 0.49 |
| Hex | C2 | D1 | 2B | 7 | 0 | 4F | 12 | 41 | 42 | 31 |
| Octal | 302 | 321 | 53 | 7 | 0 | 117 | 22 | 101 | 102 | 61 |
| Binary | 11000010 | 11010001 | 101011 | 111 | 0 | 1001111 | 10010 | 1000001 | 1000010 | 110001 |
Color Harmonies of #C2D12B
Complementary color
Monochromatic Colors of #C2D12B
Black with #C2D12B
Text Example
Text Example
White with #C2D12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D12B; }
p { color: rgb(194,209,43); }
H1.HeaderClassName
{
color: #C2D12B;
}
.AnyTagClassName
{
color: #C2D12B;
}
</style>
background-color css
<style>
a { background-color: #C2D12B; }
a { background-color: rgb(194,209,43); }
div.DivClassName
{
background-color: #C2D12B;
}
.BgClassName
{
background-color: #C2D12B;
}
</style>
border-color css
<style>
span { border-color: #C2D12B; }
span { border-color: rgb(194,209,43); }
td.TdClassName
{
border-color: #C2D12B;
}
.TagClassName
{
border-color: #C2D12B;
}
</style>