Shades of Fuego #C1CE2F
Tints of Fuego #C1CE2F
RGB
CMYK
RGB Variations
Color information
#C1CE2F (or 0xC1CE2F) is known color: Fuego. HEX triplet: C1, CE and 2F. RGB value is (193,206,47). Sum of RGB (Red+Green+Blue) = 193+206+47=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CE2F is #3E31D0. Grayscale: #B8B8B8. Windows color (decimal): -4075985 or 3133121. OLE color: 3133121.
HSL color Cylindrical-coordinate representation of color #C1CE2F: hue angle of 64.91º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1CE2F is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 47 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.19 |
| HSL | 64.91º | 0.63% | 0.5% | - |
| HSV(B) | 64.91º | 0.77% | 0.81% | - |
| XYZ | 44.58 | 55.69 | 11.09 | - |
| YUV | 183.99 | 50.69 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 47 | 0.06 | 0 | 0.77 | 0.19 | 64.91 | 0.63 | 0.5 |
| Hex | C1 | CE | 2F | 6 | 0 | 4D | 13 | 41 | 3F | 32 |
| Octal | 301 | 316 | 57 | 6 | 0 | 115 | 23 | 101 | 77 | 62 |
| Binary | 11000001 | 11001110 | 101111 | 110 | 0 | 1001101 | 10011 | 1000001 | 111111 | 110010 |
Color Harmonies of #C1CE2F
Complementary color
Monochromatic Colors of #C1CE2F
Black with #C1CE2F
Text Example
Text Example
White with #C1CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE2F; }
p { color: rgb(193,206,47); }
H1.HeaderClassName
{
color: #C1CE2F;
}
.AnyTagClassName
{
color: #C1CE2F;
}
</style>
background-color css
<style>
a { background-color: #C1CE2F; }
a { background-color: rgb(193,206,47); }
div.DivClassName
{
background-color: #C1CE2F;
}
.BgClassName
{
background-color: #C1CE2F;
}
</style>
border-color css
<style>
span { border-color: #C1CE2F; }
span { border-color: rgb(193,206,47); }
td.TdClassName
{
border-color: #C1CE2F;
}
.TagClassName
{
border-color: #C1CE2F;
}
</style>