Shades of Fuego #C5D92F
Tints of Fuego #C5D92F
RGB
CMYK
RGB Variations
Color information
#C5D92F (or 0xC5D92F) is known color: Fuego. HEX triplet: C5, D9 and 2F. RGB value is (197,217,47). Sum of RGB (Red+Green+Blue) = 197+217+47=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D92F is #3A26D0. Grayscale: #C0C0C0. Windows color (decimal): -3811025 or 3135941. OLE color: 3135941.
HSL color Cylindrical-coordinate representation of color #C5D92F: hue angle of 67.06º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5D92F is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 47 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.15 |
| HSL | 67.06º | 0.69% | 0.52% | - |
| HSV(B) | 67.06º | 0.78% | 0.85% | - |
| XYZ | 48.35 | 61.7 | 12.05 | - |
| YUV | 191.64 | 46.37 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 47 | 0.09 | 0 | 0.78 | 0.15 | 67.06 | 0.69 | 0.52 |
| Hex | C5 | D9 | 2F | 9 | 0 | 4E | F | 43 | 45 | 34 |
| Octal | 305 | 331 | 57 | 11 | 0 | 116 | 17 | 103 | 105 | 64 |
| Binary | 11000101 | 11011001 | 101111 | 1001 | 0 | 1001110 | 1111 | 1000011 | 1000101 | 110100 |
Color Harmonies of #C5D92F
Complementary color
Monochromatic Colors of #C5D92F
Black with #C5D92F
Text Example
Text Example
White with #C5D92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D92F; }
p { color: rgb(197,217,47); }
H1.HeaderClassName
{
color: #C5D92F;
}
.AnyTagClassName
{
color: #C5D92F;
}
</style>
background-color css
<style>
a { background-color: #C5D92F; }
a { background-color: rgb(197,217,47); }
div.DivClassName
{
background-color: #C5D92F;
}
.BgClassName
{
background-color: #C5D92F;
}
</style>
border-color css
<style>
span { border-color: #C5D92F; }
span { border-color: rgb(197,217,47); }
td.TdClassName
{
border-color: #C5D92F;
}
.TagClassName
{
border-color: #C5D92F;
}
</style>