Shades of Fuego #C4DC27
Tints of Fuego #C4DC27
RGB
CMYK
RGB Variations
Color information
#C4DC27 (or 0xC4DC27) is known color: Fuego. HEX triplet: C4, DC and 27. RGB value is (196,220,39). Sum of RGB (Red+Green+Blue) = 196+220+39=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DC27 is #3B23D8. Grayscale: #C0C0C0. Windows color (decimal): -3875801 or 2612420. OLE color: 2612420.
HSL color Cylindrical-coordinate representation of color #C4DC27: hue angle of 67.96º 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 #C4DC27 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 39 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.14 |
| HSL | 67.96º | 0.72% | 0.51% | - |
| HSV(B) | 67.96º | 0.82% | 0.86% | - |
| XYZ | 48.72 | 63.07 | 11.52 | - |
| YUV | 192.19 | 41.55 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 39 | 0.11 | 0 | 0.82 | 0.14 | 67.96 | 0.72 | 0.51 |
| Hex | C4 | DC | 27 | B | 0 | 52 | E | 44 | 48 | 33 |
| Octal | 304 | 334 | 47 | 13 | 0 | 122 | 16 | 104 | 110 | 63 |
| Binary | 11000100 | 11011100 | 100111 | 1011 | 0 | 1010010 | 1110 | 1000100 | 1001000 | 110011 |
Color Harmonies of #C4DC27
Complementary color
Monochromatic Colors of #C4DC27
Black with #C4DC27
Text Example
Text Example
White with #C4DC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DC27; }
p { color: rgb(196,220,39); }
H1.HeaderClassName
{
color: #C4DC27;
}
.AnyTagClassName
{
color: #C4DC27;
}
</style>
background-color css
<style>
a { background-color: #C4DC27; }
a { background-color: rgb(196,220,39); }
div.DivClassName
{
background-color: #C4DC27;
}
.BgClassName
{
background-color: #C4DC27;
}
</style>
border-color css
<style>
span { border-color: #C4DC27; }
span { border-color: rgb(196,220,39); }
td.TdClassName
{
border-color: #C4DC27;
}
.TagClassName
{
border-color: #C4DC27;
}
</style>