Shades of Fuego #C1D92F
Tints of Fuego #C1D92F
RGB
CMYK
RGB Variations
Color information
#C1D92F (or 0xC1D92F) is known color: Fuego. HEX triplet: C1, D9 and 2F. RGB value is (193,217,47). Sum of RGB (Red+Green+Blue) = 193+217+47=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 47 (18.75% from 255 or 10.28% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D92F is #3E26D0. Grayscale: #BFBFBF. Windows color (decimal): -4073169 or 3135937. OLE color: 3135937.
HSL color Cylindrical-coordinate representation of color #C1D92F: hue angle of 68.47º 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 #C1D92F is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 217 | 47 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.15 |
| HSL | 68.47º | 0.69% | 0.52% | - |
| HSV(B) | 68.47º | 0.78% | 0.85% | - |
| XYZ | 47.32 | 61.17 | 12 | - |
| YUV | 190.44 | 47.05 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 217 | 47 | 0.11 | 0 | 0.78 | 0.15 | 68.47 | 0.69 | 0.52 |
| Hex | C1 | D9 | 2F | B | 0 | 4E | F | 44 | 45 | 34 |
| Octal | 301 | 331 | 57 | 13 | 0 | 116 | 17 | 104 | 105 | 64 |
| Binary | 11000001 | 11011001 | 101111 | 1011 | 0 | 1001110 | 1111 | 1000100 | 1000101 | 110100 |
Color Harmonies of #C1D92F
Complementary color
Monochromatic Colors of #C1D92F
Black with #C1D92F
Text Example
Text Example
White with #C1D92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D92F; }
p { color: rgb(193,217,47); }
H1.HeaderClassName
{
color: #C1D92F;
}
.AnyTagClassName
{
color: #C1D92F;
}
</style>
background-color css
<style>
a { background-color: #C1D92F; }
a { background-color: rgb(193,217,47); }
div.DivClassName
{
background-color: #C1D92F;
}
.BgClassName
{
background-color: #C1D92F;
}
</style>
border-color css
<style>
span { border-color: #C1D92F; }
span { border-color: rgb(193,217,47); }
td.TdClassName
{
border-color: #C1D92F;
}
.TagClassName
{
border-color: #C1D92F;
}
</style>