Shades of Fuego #C1D52B
Tints of Fuego #C1D52B
RGB
CMYK
RGB Variations
Color information
#C1D52B (or 0xC1D52B) is known color: Fuego. HEX triplet: C1, D5 and 2B. RGB value is (193,213,43). Sum of RGB (Red+Green+Blue) = 193+213+43=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D52B is #3E2AD4. Grayscale: #BCBCBC. Windows color (decimal): -4074197 or 2872769. OLE color: 2872769.
HSL color Cylindrical-coordinate representation of color #C1D52B: hue angle of 67.06º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1D52B is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 213 | 43 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.16 |
| HSL | 67.06º | 0.67% | 0.5% | - |
| HSV(B) | 67.06º | 0.8% | 0.84% | - |
| XYZ | 46.22 | 59.1 | 11.26 | - |
| YUV | 187.64 | 46.37 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 213 | 43 | 0.09 | 0 | 0.80 | 0.16 | 67.06 | 0.67 | 0.5 |
| Hex | C1 | D5 | 2B | 9 | 0 | 50 | 10 | 43 | 43 | 32 |
| Octal | 301 | 325 | 53 | 11 | 0 | 120 | 20 | 103 | 103 | 62 |
| Binary | 11000001 | 11010101 | 101011 | 1001 | 0 | 1010000 | 10000 | 1000011 | 1000011 | 110010 |
Color Harmonies of #C1D52B
Complementary color
Monochromatic Colors of #C1D52B
Black with #C1D52B
Text Example
Text Example
White with #C1D52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D52B; }
p { color: rgb(193,213,43); }
H1.HeaderClassName
{
color: #C1D52B;
}
.AnyTagClassName
{
color: #C1D52B;
}
</style>
background-color css
<style>
a { background-color: #C1D52B; }
a { background-color: rgb(193,213,43); }
div.DivClassName
{
background-color: #C1D52B;
}
.BgClassName
{
background-color: #C1D52B;
}
</style>
border-color css
<style>
span { border-color: #C1D52B; }
span { border-color: rgb(193,213,43); }
td.TdClassName
{
border-color: #C1D52B;
}
.TagClassName
{
border-color: #C1D52B;
}
</style>