#C1E11F

Color #C1E11F Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #C1E11F

Tints of Fuego #C1E11F

Color information

#C1E11F (or 0xC1E11F) is unknown color: approx Fuego. HEX triplet: C1, E1 and 1F. RGB value is (193,225,31). Sum of RGB (Red+Green+Blue) = 193+225+31=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E11F is #3E1EE0. Grayscale: #C2C2C2. Windows color (decimal): -4071137 or 2089409. OLE color: 2089409.

HSL color Cylindrical-coordinate representation of color #C1E11F: hue angle of 69.9º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1E11F is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB19322531-
CMYK0.1400.860.12
HSL69.9º76.38%50.2%-
HSV(B)69.9º86.22%88.24%-
XYZ49.1665.2911.31-
YUV193.3236.4127.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 225 (88.28% from 255) = 50.11%
BLUE value IS 31 (12.5% from 255) = 6.90%
R=42.98%
G=50.11%
B=6.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193225310.1400.860.1269.976.3850.2
HexC1E11FE056C464c32
Octal301341371601261410611462
Binary110000011110000111111111001010110110010001101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E11F; }

 p { color: rgb(193,225,31); }

 H1.HeaderClassName
 {
   color: #C1E11F;
 }
 .AnyTagClassName
 {
   color: #C1E11F;
 }
</style>
background-color css

<style>
 a { background-color: #C1E11F; }

 a { background-color: rgb(193,225,31); }

 div.DivClassName
 {
   background-color: #C1E11F;
 }
 .BgClassName
 {
   background-color: #C1E11F;
 }
</style>
border-color css

<style>
 span { border-color: #C1E11F; }

 span { border-color: rgb(193,225,31); }

 td.TdClassName
 {
   border-color: #C1E11F;
 }
 .TagClassName
 {
   border-color: #C1E11F;
 }
</style>