Shades of Fuego #C3DF1E
Tints of Fuego #C3DF1E
RGB
CMYK
RGB Variations
Color information
#C3DF1E (or 0xC3DF1E) is known color: Fuego. HEX triplet: C3, DF and 1E. RGB value is (195,223,30). Sum of RGB (Red+Green+Blue) = 195+223+30=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DF1E is #3C20E1. Grayscale: #C1C1C1. Windows color (decimal): -3940578 or 2023363. OLE color: 2023363.
HSL color Cylindrical-coordinate representation of color #C3DF1E: hue angle of 68.7º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3DF1E is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 30 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.13 |
| HSL | 68.7º | 0.76% | 0.5% | - |
| HSV(B) | 68.7º | 0.87% | 0.87% | - |
| XYZ | 49.13 | 64.47 | 11.08 | - |
| YUV | 192.63 | 36.22 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 30 | 0.13 | 0 | 0.87 | 0.13 | 68.7 | 0.76 | 0.5 |
| Hex | C3 | DF | 1E | D | 0 | 57 | D | 45 | 4C | 32 |
| Octal | 303 | 337 | 36 | 15 | 0 | 127 | 15 | 105 | 114 | 62 |
| Binary | 11000011 | 11011111 | 11110 | 1101 | 0 | 1010111 | 1101 | 1000101 | 1001100 | 110010 |
Color Harmonies of #C3DF1E
Complementary color
Monochromatic Colors of #C3DF1E
Black with #C3DF1E
Text Example
Text Example
White with #C3DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DF1E; }
p { color: rgb(195,223,30); }
H1.HeaderClassName
{
color: #C3DF1E;
}
.AnyTagClassName
{
color: #C3DF1E;
}
</style>
background-color css
<style>
a { background-color: #C3DF1E; }
a { background-color: rgb(195,223,30); }
div.DivClassName
{
background-color: #C3DF1E;
}
.BgClassName
{
background-color: #C3DF1E;
}
</style>
border-color css
<style>
span { border-color: #C3DF1E; }
span { border-color: rgb(195,223,30); }
td.TdClassName
{
border-color: #C3DF1E;
}
.TagClassName
{
border-color: #C3DF1E;
}
</style>