Shades of Fuego #C3D72D
Tints of Fuego #C3D72D
RGB
CMYK
RGB Variations
Color information
#C3D72D (or 0xC3D72D) is known color: Fuego. HEX triplet: C3, D7 and 2D. RGB value is (195,215,45). Sum of RGB (Red+Green+Blue) = 195+215+45=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 215 (84.38% from 255 or 47.25% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 215 - color contains mainly: green. Hex color #C3D72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D72D is #3C28D2. Grayscale: #BEBEBE. Windows color (decimal): -3942611 or 3004355. OLE color: 3004355.
HSL color Cylindrical-coordinate representation of color #C3D72D: hue angle of 67.06º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3D72D is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 215 | 45 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.16 |
| HSL | 67.06º | 0.68% | 0.51% | - |
| HSV(B) | 67.06º | 0.79% | 0.84% | - |
| XYZ | 47.28 | 60.39 | 11.65 | - |
| YUV | 189.64 | 46.37 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 215 | 45 | 0.09 | 0 | 0.79 | 0.16 | 67.06 | 0.68 | 0.51 |
| Hex | C3 | D7 | 2D | 9 | 0 | 4F | 10 | 43 | 44 | 33 |
| Octal | 303 | 327 | 55 | 11 | 0 | 117 | 20 | 103 | 104 | 63 |
| Binary | 11000011 | 11010111 | 101101 | 1001 | 0 | 1001111 | 10000 | 1000011 | 1000100 | 110011 |
Color Harmonies of #C3D72D
Complementary color
Monochromatic Colors of #C3D72D
Black with #C3D72D
Text Example
Text Example
White with #C3D72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D72D; }
p { color: rgb(195,215,45); }
H1.HeaderClassName
{
color: #C3D72D;
}
.AnyTagClassName
{
color: #C3D72D;
}
</style>
background-color css
<style>
a { background-color: #C3D72D; }
a { background-color: rgb(195,215,45); }
div.DivClassName
{
background-color: #C3D72D;
}
.BgClassName
{
background-color: #C3D72D;
}
</style>
border-color css
<style>
span { border-color: #C3D72D; }
span { border-color: rgb(195,215,45); }
td.TdClassName
{
border-color: #C3D72D;
}
.TagClassName
{
border-color: #C3D72D;
}
</style>