Shades of Fuego #C3D52F
Tints of Fuego #C3D52F
RGB
CMYK
RGB Variations
Color information
#C3D52F (or 0xC3D52F) is known color: Fuego. HEX triplet: C3, D5 and 2F. RGB value is (195,213,47). Sum of RGB (Red+Green+Blue) = 195+213+47=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D52F is #3C2AD0. Grayscale: #BDBDBD. Windows color (decimal): -3943121 or 3134915. OLE color: 3134915.
HSL color Cylindrical-coordinate representation of color #C3D52F: hue angle of 66.51º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3D52F is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 213 | 47 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.16 |
| HSL | 66.51º | 0.66% | 0.51% | - |
| HSV(B) | 66.51º | 0.78% | 0.84% | - |
| XYZ | 46.81 | 59.4 | 11.69 | - |
| YUV | 188.69 | 48.04 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 213 | 47 | 0.08 | 0 | 0.78 | 0.16 | 66.51 | 0.66 | 0.51 |
| Hex | C3 | D5 | 2F | 8 | 0 | 4E | 10 | 43 | 42 | 33 |
| Octal | 303 | 325 | 57 | 10 | 0 | 116 | 20 | 103 | 102 | 63 |
| Binary | 11000011 | 11010101 | 101111 | 1000 | 0 | 1001110 | 10000 | 1000011 | 1000010 | 110011 |
Color Harmonies of #C3D52F
Complementary color
Monochromatic Colors of #C3D52F
Black with #C3D52F
Text Example
Text Example
White with #C3D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D52F; }
p { color: rgb(195,213,47); }
H1.HeaderClassName
{
color: #C3D52F;
}
.AnyTagClassName
{
color: #C3D52F;
}
</style>
background-color css
<style>
a { background-color: #C3D52F; }
a { background-color: rgb(195,213,47); }
div.DivClassName
{
background-color: #C3D52F;
}
.BgClassName
{
background-color: #C3D52F;
}
</style>
border-color css
<style>
span { border-color: #C3D52F; }
span { border-color: rgb(195,213,47); }
td.TdClassName
{
border-color: #C3D52F;
}
.TagClassName
{
border-color: #C3D52F;
}
</style>