Shades of Fuego #C3D921
Tints of Fuego #C3D921
RGB
CMYK
RGB Variations
Color information
#C3D921 (or 0xC3D921) is known color: Fuego. HEX triplet: C3, D9 and 21. RGB value is (195,217,33). Sum of RGB (Red+Green+Blue) = 195+217+33=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #C3D921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D921 is #3C26DE. Grayscale: #BEBEBE. Windows color (decimal): -3942111 or 2218435. OLE color: 2218435.
HSL color Cylindrical-coordinate representation of color #C3D921: hue angle of 67.17º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3D921 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 217 | 33 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.15 |
| HSL | 67.17º | 0.74% | 0.49% | - |
| HSV(B) | 67.17º | 0.85% | 0.85% | - |
| XYZ | 47.59 | 61.34 | 10.77 | - |
| YUV | 189.45 | 39.71 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 217 | 33 | 0.10 | 0 | 0.85 | 0.15 | 67.17 | 0.74 | 0.49 |
| Hex | C3 | D9 | 21 | A | 0 | 55 | F | 43 | 4A | 31 |
| Octal | 303 | 331 | 41 | 12 | 0 | 125 | 17 | 103 | 112 | 61 |
| Binary | 11000011 | 11011001 | 100001 | 1010 | 0 | 1010101 | 1111 | 1000011 | 1001010 | 110001 |
Color Harmonies of #C3D921
Complementary color
Monochromatic Colors of #C3D921
Black with #C3D921
Text Example
Text Example
White with #C3D921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D921; }
p { color: rgb(195,217,33); }
H1.HeaderClassName
{
color: #C3D921;
}
.AnyTagClassName
{
color: #C3D921;
}
</style>
background-color css
<style>
a { background-color: #C3D921; }
a { background-color: rgb(195,217,33); }
div.DivClassName
{
background-color: #C3D921;
}
.BgClassName
{
background-color: #C3D921;
}
</style>
border-color css
<style>
span { border-color: #C3D921; }
span { border-color: rgb(195,217,33); }
td.TdClassName
{
border-color: #C3D921;
}
.TagClassName
{
border-color: #C3D921;
}
</style>