Shades of Fuego #C1D827
Tints of Fuego #C1D827
RGB
CMYK
RGB Variations
Color information
#C1D827 (or 0xC1D827) is known color: Fuego. HEX triplet: C1, D8 and 27. RGB value is (193,216,39). Sum of RGB (Red+Green+Blue) = 193+216+39=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 39 (15.62% from 255 or 8.71% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D827 is #3E27D8. Grayscale: #BDBDBD. Windows color (decimal): -4073433 or 2611393. OLE color: 2611393.
HSL color Cylindrical-coordinate representation of color #C1D827: hue angle of 67.8º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1D827 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 39 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.15 |
| HSL | 67.8º | 0.69% | 0.5% | - |
| HSV(B) | 67.8º | 0.82% | 0.85% | - |
| XYZ | 46.91 | 60.6 | 11.14 | - |
| YUV | 188.95 | 43.38 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 39 | 0.11 | 0 | 0.82 | 0.15 | 67.8 | 0.69 | 0.5 |
| Hex | C1 | D8 | 27 | B | 0 | 52 | F | 44 | 45 | 32 |
| Octal | 301 | 330 | 47 | 13 | 0 | 122 | 17 | 104 | 105 | 62 |
| Binary | 11000001 | 11011000 | 100111 | 1011 | 0 | 1010010 | 1111 | 1000100 | 1000101 | 110010 |
Color Harmonies of #C1D827
Complementary color
Monochromatic Colors of #C1D827
Black with #C1D827
Text Example
Text Example
White with #C1D827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D827; }
p { color: rgb(193,216,39); }
H1.HeaderClassName
{
color: #C1D827;
}
.AnyTagClassName
{
color: #C1D827;
}
</style>
background-color css
<style>
a { background-color: #C1D827; }
a { background-color: rgb(193,216,39); }
div.DivClassName
{
background-color: #C1D827;
}
.BgClassName
{
background-color: #C1D827;
}
</style>
border-color css
<style>
span { border-color: #C1D827; }
span { border-color: rgb(193,216,39); }
td.TdClassName
{
border-color: #C1D827;
}
.TagClassName
{
border-color: #C1D827;
}
</style>