Shades of Fuego #C2D327
Tints of Fuego #C2D327
RGB
CMYK
RGB Variations
Color information
#C2D327 (or 0xC2D327) is known color: Fuego. HEX triplet: C2, D3 and 27. RGB value is (194,211,39). Sum of RGB (Red+Green+Blue) = 194+211+39=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 39 (15.62% from 255 or 8.78% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D327 is #3D2CD8. Grayscale: #BABABA. Windows color (decimal): -4009177 or 2610114. OLE color: 2610114.
HSL color Cylindrical-coordinate representation of color #C2D327: hue angle of 65.93º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2D327 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 39 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.17 |
| HSL | 65.93º | 0.69% | 0.49% | - |
| HSV(B) | 65.93º | 0.82% | 0.83% | - |
| XYZ | 45.91 | 58.2 | 10.73 | - |
| YUV | 186.31 | 44.87 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 39 | 0.08 | 0 | 0.82 | 0.17 | 65.93 | 0.69 | 0.49 |
| Hex | C2 | D3 | 27 | 8 | 0 | 52 | 11 | 42 | 45 | 31 |
| Octal | 302 | 323 | 47 | 10 | 0 | 122 | 21 | 102 | 105 | 61 |
| Binary | 11000010 | 11010011 | 100111 | 1000 | 0 | 1010010 | 10001 | 1000010 | 1000101 | 110001 |
Color Harmonies of #C2D327
Complementary color
Monochromatic Colors of #C2D327
Black with #C2D327
Text Example
Text Example
White with #C2D327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D327; }
p { color: rgb(194,211,39); }
H1.HeaderClassName
{
color: #C2D327;
}
.AnyTagClassName
{
color: #C2D327;
}
</style>
background-color css
<style>
a { background-color: #C2D327; }
a { background-color: rgb(194,211,39); }
div.DivClassName
{
background-color: #C2D327;
}
.BgClassName
{
background-color: #C2D327;
}
</style>
border-color css
<style>
span { border-color: #C2D327; }
span { border-color: rgb(194,211,39); }
td.TdClassName
{
border-color: #C2D327;
}
.TagClassName
{
border-color: #C2D327;
}
</style>