#C1E128

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

Shades of Fuego #C1E128

Tints of Fuego #C1E128

Color information

#C1E128 (or 0xC1E128) is unknown color: approx Fuego. HEX triplet: C1, E1 and 28. RGB value is (193,225,40). Sum of RGB (Red+Green+Blue) = 193+225+40=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E128 is #3E1ED7. Grayscale: #C3C3C3. Windows color (decimal): -4071128 or 2679233. OLE color: 2679233.

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

Color convert

RGB19322540-
CMYK0.1400.820.12
HSL70.38º75.51%51.96%-
HSV(B)70.38º82.22%88.24%-
XYZ49.365.3412.02-
YUV194.3440.9127.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.14%
GREEN value IS 225 (88.28% from 255) = 49.13%
BLUE value IS 40 (16.02% from 255) = 8.73%
R=42.14%
G=49.13%
B=8.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193225400.1400.820.1270.3875.5151.96
HexC1E128E052C464c34
Octal301341501601221410611464
Binary1100000111100001101000111001010010110010001101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E128; }

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

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

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

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

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

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

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

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