Shades of Fuego #C2DC27
Tints of Fuego #C2DC27
RGB
CMYK
RGB Variations
Color information
#C2DC27 (or 0xC2DC27) is known color: Fuego. HEX triplet: C2, DC and 27. RGB value is (194,220,39). Sum of RGB (Red+Green+Blue) = 194+220+39=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DC27 is #3D23D8. Grayscale: #C0C0C0. Windows color (decimal): -4006873 or 2612418. OLE color: 2612418.
HSL color Cylindrical-coordinate representation of color #C2DC27: hue angle of 68.62º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2DC27 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 39 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.14 |
| HSL | 68.62º | 0.72% | 0.51% | - |
| HSV(B) | 68.62º | 0.82% | 0.86% | - |
| XYZ | 48.21 | 62.8 | 11.5 | - |
| YUV | 191.59 | 41.89 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 39 | 0.12 | 0 | 0.82 | 0.14 | 68.62 | 0.72 | 0.51 |
| Hex | C2 | DC | 27 | C | 0 | 52 | E | 45 | 48 | 33 |
| Octal | 302 | 334 | 47 | 14 | 0 | 122 | 16 | 105 | 110 | 63 |
| Binary | 11000010 | 11011100 | 100111 | 1100 | 0 | 1010010 | 1110 | 1000101 | 1001000 | 110011 |
Color Harmonies of #C2DC27
Complementary color
Monochromatic Colors of #C2DC27
Black with #C2DC27
Text Example
Text Example
White with #C2DC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC27; }
p { color: rgb(194,220,39); }
H1.HeaderClassName
{
color: #C2DC27;
}
.AnyTagClassName
{
color: #C2DC27;
}
</style>
background-color css
<style>
a { background-color: #C2DC27; }
a { background-color: rgb(194,220,39); }
div.DivClassName
{
background-color: #C2DC27;
}
.BgClassName
{
background-color: #C2DC27;
}
</style>
border-color css
<style>
span { border-color: #C2DC27; }
span { border-color: rgb(194,220,39); }
td.TdClassName
{
border-color: #C2DC27;
}
.TagClassName
{
border-color: #C2DC27;
}
</style>