Shades of Fuego #C3D525
Tints of Fuego #C3D525
RGB
CMYK
RGB Variations
Color information
#C3D525 (or 0xC3D525) is known color: Fuego. HEX triplet: C3, D5 and 25. RGB value is (195,213,37). Sum of RGB (Red+Green+Blue) = 195+213+37=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 37 (14.84% from 255 or 8.31% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D525 is #3C2ADA. Grayscale: #BCBCBC. Windows color (decimal): -3943131 or 2479555. OLE color: 2479555.
HSL color Cylindrical-coordinate representation of color #C3D525: hue angle of 66.14º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3D525 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 213 | 37 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.16 |
| HSL | 66.14º | 0.7% | 0.49% | - |
| HSV(B) | 66.14º | 0.83% | 0.84% | - |
| XYZ | 46.63 | 59.32 | 10.74 | - |
| YUV | 187.55 | 43.04 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 213 | 37 | 0.08 | 0 | 0.83 | 0.16 | 66.14 | 0.7 | 0.49 |
| Hex | C3 | D5 | 25 | 8 | 0 | 53 | 10 | 42 | 46 | 31 |
| Octal | 303 | 325 | 45 | 10 | 0 | 123 | 20 | 102 | 106 | 61 |
| Binary | 11000011 | 11010101 | 100101 | 1000 | 0 | 1010011 | 10000 | 1000010 | 1000110 | 110001 |
Color Harmonies of #C3D525
Complementary color
Monochromatic Colors of #C3D525
Black with #C3D525
Text Example
Text Example
White with #C3D525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D525; }
p { color: rgb(195,213,37); }
H1.HeaderClassName
{
color: #C3D525;
}
.AnyTagClassName
{
color: #C3D525;
}
</style>
background-color css
<style>
a { background-color: #C3D525; }
a { background-color: rgb(195,213,37); }
div.DivClassName
{
background-color: #C3D525;
}
.BgClassName
{
background-color: #C3D525;
}
</style>
border-color css
<style>
span { border-color: #C3D525; }
span { border-color: rgb(195,213,37); }
td.TdClassName
{
border-color: #C3D525;
}
.TagClassName
{
border-color: #C3D525;
}
</style>