Shades of Fuego #C1D62E
Tints of Fuego #C1D62E
RGB
CMYK
RGB Variations
Color information
#C1D62E (or 0xC1D62E) is known color: Fuego. HEX triplet: C1, D6 and 2E. RGB value is (193,214,46). Sum of RGB (Red+Green+Blue) = 193+214+46=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D62E is #3E29D1. Grayscale: #BDBDBD. Windows color (decimal): -4073938 or 3069633. OLE color: 3069633.
HSL color Cylindrical-coordinate representation of color #C1D62E: hue angle of 67.5º 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 #C1D62E is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 214 | 46 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.16 |
| HSL | 67.5º | 0.67% | 0.51% | - |
| HSV(B) | 67.5º | 0.79% | 0.84% | - |
| XYZ | 46.53 | 59.63 | 11.64 | - |
| YUV | 188.57 | 47.54 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 214 | 46 | 0.10 | 0 | 0.79 | 0.16 | 67.5 | 0.67 | 0.51 |
| Hex | C1 | D6 | 2E | A | 0 | 4F | 10 | 44 | 43 | 33 |
| Octal | 301 | 326 | 56 | 12 | 0 | 117 | 20 | 104 | 103 | 63 |
| Binary | 11000001 | 11010110 | 101110 | 1010 | 0 | 1001111 | 10000 | 1000100 | 1000011 | 110011 |
Color Harmonies of #C1D62E
Complementary color
Monochromatic Colors of #C1D62E
Black with #C1D62E
Text Example
Text Example
White with #C1D62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D62E; }
p { color: rgb(193,214,46); }
H1.HeaderClassName
{
color: #C1D62E;
}
.AnyTagClassName
{
color: #C1D62E;
}
</style>
background-color css
<style>
a { background-color: #C1D62E; }
a { background-color: rgb(193,214,46); }
div.DivClassName
{
background-color: #C1D62E;
}
.BgClassName
{
background-color: #C1D62E;
}
</style>
border-color css
<style>
span { border-color: #C1D62E; }
span { border-color: rgb(193,214,46); }
td.TdClassName
{
border-color: #C1D62E;
}
.TagClassName
{
border-color: #C1D62E;
}
</style>