Shades of Fuego #C2D61E
Tints of Fuego #C2D61E
RGB
CMYK
RGB Variations
Color information
#C2D61E (or 0xC2D61E) is known color: Fuego. HEX triplet: C2, D6 and 1E. RGB value is (194,214,30). Sum of RGB (Red+Green+Blue) = 194+214+30=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D61E is #3D29E1. Grayscale: #BBBBBB. Windows color (decimal): -4008418 or 2021058. OLE color: 2021058.
HSL color Cylindrical-coordinate representation of color #C2D61E: hue angle of 66.52º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2D61E is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 30 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.16 |
| HSL | 66.52º | 0.75% | 0.48% | - |
| HSV(B) | 66.52º | 0.86% | 0.84% | - |
| XYZ | 46.53 | 59.66 | 10.29 | - |
| YUV | 187.04 | 39.37 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 30 | 0.09 | 0 | 0.86 | 0.16 | 66.52 | 0.75 | 0.48 |
| Hex | C2 | D6 | 1E | 9 | 0 | 56 | 10 | 43 | 4B | 30 |
| Octal | 302 | 326 | 36 | 11 | 0 | 126 | 20 | 103 | 113 | 60 |
| Binary | 11000010 | 11010110 | 11110 | 1001 | 0 | 1010110 | 10000 | 1000011 | 1001011 | 110000 |
Color Harmonies of #C2D61E
Complementary color
Monochromatic Colors of #C2D61E
Black with #C2D61E
Text Example
Text Example
White with #C2D61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D61E; }
p { color: rgb(194,214,30); }
H1.HeaderClassName
{
color: #C2D61E;
}
.AnyTagClassName
{
color: #C2D61E;
}
</style>
background-color css
<style>
a { background-color: #C2D61E; }
a { background-color: rgb(194,214,30); }
div.DivClassName
{
background-color: #C2D61E;
}
.BgClassName
{
background-color: #C2D61E;
}
</style>
border-color css
<style>
span { border-color: #C2D61E; }
span { border-color: rgb(194,214,30); }
td.TdClassName
{
border-color: #C2D61E;
}
.TagClassName
{
border-color: #C2D61E;
}
</style>