Shades of Fuego #C5DC2F
Tints of Fuego #C5DC2F
RGB
CMYK
RGB Variations
Color information
#C5DC2F (or 0xC5DC2F) is known color: Fuego. HEX triplet: C5, DC and 2F. RGB value is (197,220,47). Sum of RGB (Red+Green+Blue) = 197+220+47=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DC2F is #3A23D0. Grayscale: #C2C2C2. Windows color (decimal): -3810257 or 3136709. OLE color: 3136709.
HSL color Cylindrical-coordinate representation of color #C5DC2F: hue angle of 67.98º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5DC2F is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 47 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.14 |
| HSL | 67.98º | 0.71% | 0.52% | - |
| HSV(B) | 67.98º | 0.79% | 0.86% | - |
| XYZ | 49.13 | 63.26 | 12.31 | - |
| YUV | 193.4 | 45.38 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 47 | 0.10 | 0 | 0.79 | 0.14 | 67.98 | 0.71 | 0.52 |
| Hex | C5 | DC | 2F | A | 0 | 4F | E | 44 | 47 | 34 |
| Octal | 305 | 334 | 57 | 12 | 0 | 117 | 16 | 104 | 107 | 64 |
| Binary | 11000101 | 11011100 | 101111 | 1010 | 0 | 1001111 | 1110 | 1000100 | 1000111 | 110100 |
Color Harmonies of #C5DC2F
Complementary color
Monochromatic Colors of #C5DC2F
Black with #C5DC2F
Text Example
Text Example
White with #C5DC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC2F; }
p { color: rgb(197,220,47); }
H1.HeaderClassName
{
color: #C5DC2F;
}
.AnyTagClassName
{
color: #C5DC2F;
}
</style>
background-color css
<style>
a { background-color: #C5DC2F; }
a { background-color: rgb(197,220,47); }
div.DivClassName
{
background-color: #C5DC2F;
}
.BgClassName
{
background-color: #C5DC2F;
}
</style>
border-color css
<style>
span { border-color: #C5DC2F; }
span { border-color: rgb(197,220,47); }
td.TdClassName
{
border-color: #C5DC2F;
}
.TagClassName
{
border-color: #C5DC2F;
}
</style>