Shades of Fuego #C1D71B
Tints of Fuego #C1D71B
RGB
CMYK
RGB Variations
Color information
#C1D71B (or 0xC1D71B) is known color: Fuego. HEX triplet: C1, D7 and 1B. RGB value is (193,215,27). Sum of RGB (Red+Green+Blue) = 193+215+27=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 27 (10.94% from 255 or 6.21% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D71B is #3E28E4. Grayscale: #BBBBBB. Windows color (decimal): -4073701 or 1824705. OLE color: 1824705.
HSL color Cylindrical-coordinate representation of color #C1D71B: hue angle of 67.02º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1D71B is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 215 | 27 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.16 |
| HSL | 67.02º | 0.78% | 0.47% | - |
| HSV(B) | 67.02º | 0.87% | 0.84% | - |
| XYZ | 46.49 | 60.02 | 10.17 | - |
| YUV | 186.99 | 37.71 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 215 | 27 | 0.10 | 0 | 0.87 | 0.16 | 67.02 | 0.78 | 0.47 |
| Hex | C1 | D7 | 1B | A | 0 | 57 | 10 | 43 | 4E | 2F |
| Octal | 301 | 327 | 33 | 12 | 0 | 127 | 20 | 103 | 116 | 57 |
| Binary | 11000001 | 11010111 | 11011 | 1010 | 0 | 1010111 | 10000 | 1000011 | 1001110 | 101111 |
Color Harmonies of #C1D71B
Complementary color
Monochromatic Colors of #C1D71B
Black with #C1D71B
Text Example
Text Example
White with #C1D71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D71B; }
p { color: rgb(193,215,27); }
H1.HeaderClassName
{
color: #C1D71B;
}
.AnyTagClassName
{
color: #C1D71B;
}
</style>
background-color css
<style>
a { background-color: #C1D71B; }
a { background-color: rgb(193,215,27); }
div.DivClassName
{
background-color: #C1D71B;
}
.BgClassName
{
background-color: #C1D71B;
}
</style>
border-color css
<style>
span { border-color: #C1D71B; }
span { border-color: rgb(193,215,27); }
td.TdClassName
{
border-color: #C1D71B;
}
.TagClassName
{
border-color: #C1D71B;
}
</style>