Shades of Fuego #C3D12D
Tints of Fuego #C3D12D
RGB
CMYK
RGB Variations
Color information
#C3D12D (or 0xC3D12D) is known color: Fuego. HEX triplet: C3, D1 and 2D. RGB value is (195,209,45). Sum of RGB (Red+Green+Blue) = 195+209+45=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D12D is #3C2ED2. Grayscale: #BABABA. Windows color (decimal): -3944147 or 3002819. OLE color: 3002819.
HSL color Cylindrical-coordinate representation of color #C3D12D: hue angle of 65.12º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3D12D is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 209 | 45 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.18 |
| HSL | 65.12º | 0.65% | 0.5% | - |
| HSV(B) | 65.12º | 0.78% | 0.82% | - |
| XYZ | 45.78 | 57.39 | 11.15 | - |
| YUV | 186.12 | 48.36 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 209 | 45 | 0.07 | 0 | 0.78 | 0.18 | 65.12 | 0.65 | 0.5 |
| Hex | C3 | D1 | 2D | 7 | 0 | 4E | 12 | 41 | 41 | 32 |
| Octal | 303 | 321 | 55 | 7 | 0 | 116 | 22 | 101 | 101 | 62 |
| Binary | 11000011 | 11010001 | 101101 | 111 | 0 | 1001110 | 10010 | 1000001 | 1000001 | 110010 |
Color Harmonies of #C3D12D
Complementary color
Monochromatic Colors of #C3D12D
Black with #C3D12D
Text Example
Text Example
White with #C3D12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D12D; }
p { color: rgb(195,209,45); }
H1.HeaderClassName
{
color: #C3D12D;
}
.AnyTagClassName
{
color: #C3D12D;
}
</style>
background-color css
<style>
a { background-color: #C3D12D; }
a { background-color: rgb(195,209,45); }
div.DivClassName
{
background-color: #C3D12D;
}
.BgClassName
{
background-color: #C3D12D;
}
</style>
border-color css
<style>
span { border-color: #C3D12D; }
span { border-color: rgb(195,209,45); }
td.TdClassName
{
border-color: #C3D12D;
}
.TagClassName
{
border-color: #C3D12D;
}
</style>