Shades of Fuego #C2D62B
Tints of Fuego #C2D62B
RGB
CMYK
RGB Variations
Color information
#C2D62B (or 0xC2D62B) is known color: Fuego. HEX triplet: C2, D6 and 2B. RGB value is (194,214,43). Sum of RGB (Red+Green+Blue) = 194+214+43=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 43 (17.19% from 255 or 9.53% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D62B is #3D29D4. Grayscale: #BDBDBD. Windows color (decimal): -4008405 or 2873026. OLE color: 2873026.
HSL color Cylindrical-coordinate representation of color #C2D62B: hue angle of 67.02º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2D62B is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 43 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.16 |
| HSL | 67.02º | 0.68% | 0.5% | - |
| HSV(B) | 67.02º | 0.8% | 0.84% | - |
| XYZ | 46.73 | 59.74 | 11.35 | - |
| YUV | 188.53 | 45.87 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 43 | 0.09 | 0 | 0.80 | 0.16 | 67.02 | 0.68 | 0.5 |
| Hex | C2 | D6 | 2B | 9 | 0 | 50 | 10 | 43 | 44 | 32 |
| Octal | 302 | 326 | 53 | 11 | 0 | 120 | 20 | 103 | 104 | 62 |
| Binary | 11000010 | 11010110 | 101011 | 1001 | 0 | 1010000 | 10000 | 1000011 | 1000100 | 110010 |
Color Harmonies of #C2D62B
Complementary color
Monochromatic Colors of #C2D62B
Black with #C2D62B
Text Example
Text Example
White with #C2D62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D62B; }
p { color: rgb(194,214,43); }
H1.HeaderClassName
{
color: #C2D62B;
}
.AnyTagClassName
{
color: #C2D62B;
}
</style>
background-color css
<style>
a { background-color: #C2D62B; }
a { background-color: rgb(194,214,43); }
div.DivClassName
{
background-color: #C2D62B;
}
.BgClassName
{
background-color: #C2D62B;
}
</style>
border-color css
<style>
span { border-color: #C2D62B; }
span { border-color: rgb(194,214,43); }
td.TdClassName
{
border-color: #C2D62B;
}
.TagClassName
{
border-color: #C2D62B;
}
</style>