#c1e01e

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

Shades of Fuego #C1E01E

Tints of Fuego #C1E01E

Color information

#C1E01E (or 0xC1E01E) is unknown color: approx Fuego. HEX triplet: C1, E0 and 1E. RGB value is (193,224,30). Sum of RGB (Red+Green+Blue) = 193+224+30=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E01E is #3E1FE1. Grayscale: #C1C1C1. Windows color (decimal): -4071394 or 2023617. OLE color: 2023617.

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

Color convert

RGB19322430-
CMYK0.1400.870.12
HSL69.59º76.38%49.8%-
HSV(B)69.59º86.61%87.84%-
XYZ48.8864.7411.15-
YUV192.6136.23128.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 224 (87.89% from 255) = 50.11%
BLUE value IS 30 (12.11% from 255) = 6.71%
R=43.18%
G=50.11%
B=6.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193224300.1400.870.1269.5976.3849.8
HexC1E01EE057C464c32
Octal301340361601271410611462
Binary110000011110000011110111001010111110010001101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1e01e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1e01e; }

 p { color: rgb(193,224,30); }

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

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

 a { background-color: rgb(193,224,30); }

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

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

 span { border-color: rgb(193,224,30); }

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