Shades of Fuego #C3E61F
Tints of Fuego #C3E61F
RGB
CMYK
RGB Variations
Color information
#C3E61F (or 0xC3E61F) is known color: Fuego. HEX triplet: C3, E6 and 1F. RGB value is (195,230,31). Sum of RGB (Red+Green+Blue) = 195+230+31=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 31 (12.5% from 255 or 6.80% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #C3E61F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3E61F is #3C19E0. Grayscale: #C5C5C5. Windows color (decimal): -3938785 or 2090691. OLE color: 2090691.
HSL color Cylindrical-coordinate representation of color #C3E61F: hue angle of 70.55º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3E61F is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 230 | 31 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.10 |
| HSL | 70.55º | 0.8% | 0.51% | - |
| HSV(B) | 70.55º | 0.87% | 0.9% | - |
| XYZ | 51.05 | 68.29 | 11.79 | - |
| YUV | 196.85 | 34.4 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 230 | 31 | 0.15 | 0 | 0.87 | 0.10 | 70.55 | 0.8 | 0.51 |
| Hex | C3 | E6 | 1F | F | 0 | 57 | A | 47 | 50 | 33 |
| Octal | 303 | 346 | 37 | 17 | 0 | 127 | 12 | 107 | 120 | 63 |
| Binary | 11000011 | 11100110 | 11111 | 1111 | 0 | 1010111 | 1010 | 1000111 | 1010000 | 110011 |
Color Harmonies of #C3E61F
Complementary color
Monochromatic Colors of #C3E61F
Black with #C3E61F
Text Example
Text Example
White with #C3E61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E61F; }
p { color: rgb(195,230,31); }
H1.HeaderClassName
{
color: #C3E61F;
}
.AnyTagClassName
{
color: #C3E61F;
}
</style>
background-color css
<style>
a { background-color: #C3E61F; }
a { background-color: rgb(195,230,31); }
div.DivClassName
{
background-color: #C3E61F;
}
.BgClassName
{
background-color: #C3E61F;
}
</style>
border-color css
<style>
span { border-color: #C3E61F; }
span { border-color: rgb(195,230,31); }
td.TdClassName
{
border-color: #C3E61F;
}
.TagClassName
{
border-color: #C3E61F;
}
</style>